There was an error while loading. Please reload this page.
1 parent 6c645cb commit 73b728aCopy full SHA for 73b728a
Doc/library/csv.rst
@@ -167,6 +167,9 @@ The :mod:`csv` module defines the following classes:
167
All other optional or keyword arguments are passed to the underlying
168
:class:`reader` instance.
169
170
+ .. versionchanged:: 3.6
171
+ Returned rows are now of type :class:`OrderedDict`.
172
+
173
.. versionchanged:: 3.8
174
Returned rows are now of type :class:`dict`.
175
0 commit comments