[Python-checkins] (no subject)

Éric Araujo webhook-mailer at python.org
Tue Jun 9 21:02:16 EDT 2020




To: python-checkins at python.org
Subject: bpo-34003: Re-add versionchanged entry in csv docs (GH-20657)
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0

https://github.com/python/cpython/commit/7aed0524d4129766a6032326949ef7f91f6f=
6dfc
commit: 7aed0524d4129766a6032326949ef7f91f6f6dfc
branch: master
author: =C3=89ric Araujo <merwok at netwok.org>
committer: GitHub <noreply at github.com>
date: 2020-06-09T18:02:11-07:00
summary:

bpo-34003: Re-add versionchanged entry in csv docs (GH-20657)



Follow-up to GH-8014

files:
M Doc/library/csv.rst

diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst
index 61d39828e0194..7a72c26d5bade 100644
--- a/Doc/library/csv.rst
+++ b/Doc/library/csv.rst
@@ -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.
=20
+   .. versionchanged:: 3.6
+      Returned rows are now of type :class:`OrderedDict`.
+
    .. versionchanged:: 3.8
       Returned rows are now of type :class:`dict`.
=20



More information about the Python-checkins mailing list