Skip to content

Commit 73b728a

Browse files
[3.9] bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) (GH-20770)
Follow-up to GH-8014 (cherry picked from commit 7aed052) Co-authored-by: Éric Araujo <[email protected]> Automerge-Triggered-By: @merwok
1 parent 6c645cb commit 73b728a

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)