Skip to content

Commit

Permalink
[3.8] bpo-34003: Re-add versionchanged entry in csv docs (pythonGH-20657
Browse files Browse the repository at this point in the history
) (pythonGH-20771)

Follow-up to pythonGH-8014
(cherry picked from commit 7aed052)


Co-authored-by: Éric Araujo <merwok@netwok.org>

Automerge-Triggered-By: @merwok
  • Loading branch information
miss-islington committed Jun 10, 2020
1 parent 0f5a28f commit 663836e
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 663836e

Please sign in to comment.