Skip to content

Commit

Permalink
bpo-34003: Re-add versionchanged entry in csv docs (pythonGH-20657)
Browse files Browse the repository at this point in the history
Follow-up to pythonGH-8014
  • Loading branch information
merwok authored Jun 10, 2020
1 parent 0383be4 commit 7aed052
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Doc/library/csv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ The :mod:`csv` module defines the following classes:
All other optional or keyword arguments are passed to the underlying
:class:`reader` instance.

.. versionchanged:: 3.6
Returned rows are now of type :class:`OrderedDict`.

.. versionchanged:: 3.8
Returned rows are now of type :class:`dict`.

Expand Down

0 comments on commit 7aed052

Please sign in to comment.