]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-34003: Re-add versionchanged entry in csv docs (GH-20657)
authorÉric Araujo <merwok@netwok.org>
Wed, 10 Jun 2020 01:02:11 +0000 (21:02 -0400)
committerGitHub <noreply@github.com>
Wed, 10 Jun 2020 01:02:11 +0000 (18:02 -0700)
Follow-up to GH-8014

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`.