Skip to content

Commit 7aed052

Browse files
authored
bpo-34003: Re-add versionchanged entry in csv docs (GH-20657)
Follow-up to GH-8014
1 parent 0383be4 commit 7aed052

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/csv.rst

+3
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)