Skip to content

Commit 663836e

Browse files
[3.8] bpo-34003: Re-add versionchanged entry in csv docs (pythonGH-20657) (pythonGH-20771)
Follow-up to pythonGH-8014 (cherry picked from commit 7aed052) Co-authored-by: Éric Araujo <[email protected]> Automerge-Triggered-By: @merwok
1 parent 0f5a28f commit 663836e

File tree

1 file changed

+3
-0
lines changed

1 file changed

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