Skip to content

Commit f0f934d

Browse files
committed
Merge branch 'master' into targets-errors
2 parents 705d55b + f6e58ae commit f0f934d

36 files changed

+2585
-1357
lines changed

Doc/library/csv.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ The :mod:`csv` module defines the following classes:
167167
All other optional or keyword arguments are passed to the underlying
168168
:class:`reader` instance.
169169

170+
.. versionchanged:: 3.6
171+
Returned rows are now of type :class:`OrderedDict`.
172+
170173
.. versionchanged:: 3.8
171174
Returned rows are now of type :class:`dict`.
172175

0 commit comments

Comments
 (0)