From 663836e1179ea79eac12e55670af7e89a531a060 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 9 Jun 2020 18:26:16 -0700 Subject: [3.8] bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) (GH-20771) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to GH-8014 (cherry picked from commit 7aed0524d4129766a6032326949ef7f91f6f6dfc) Co-authored-by: Éric Araujo Automerge-Triggered-By: @merwok --- Doc/library/csv.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index 61d3982..7a72c26 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. + .. versionchanged:: 3.6 + Returned rows are now of type :class:`OrderedDict`. + .. versionchanged:: 3.8 Returned rows are now of type :class:`dict`. -- cgit v0.12