summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2020-06-05 15:06:51 -0400
committerGitHub <noreply@github.com>2020-06-05 15:06:51 -0400
commitb1f74662c9dbaf9b858dd5b96329af4f709dd97a (patch)
tree0d23a817c98c6f43551a65b4164ef6d98ee90bac
parent087d612efebe7c64e5f079b07e0454111859830e (diff)
downloadcpython-git-fixup-bpo-34003.tar.gz
Re-add versionchanged entry in csv docsfixup-bpo-34003
follow-up to GH-8014
-rw-r--r--Doc/library/csv.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst
index 61d39828e0..7a72c26d5b 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`.