]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.8] bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) (GH-20771)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 10 Jun 2020 01:26:16 +0000 (18:26 -0700)
committerGitHub <noreply@github.com>
Wed, 10 Jun 2020 01:26:16 +0000 (18:26 -0700)
Follow-up to GH-8014
(cherry picked from commit 7aed0524d4129766a6032326949ef7f91f6f6dfc)

Co-authored-by: Éric Araujo <merwok@netwok.org>
Automerge-Triggered-By: @merwok
Doc/library/csv.rst

index 61d39828e0194add42fac1e47fd1393c8a9d10fe..7a72c26d5badeb2d619b5be16ddbb9bda16a3955 100644 (file)
@@ -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`.