bpo-34003: Re-add versionchanged entry in csv docs (GH-20657)
Follow-up to GH-8014
This commit is contained in:
parent
0383be4666
commit
7aed0524d4
|
@ -167,6 +167,9 @@ The :mod:`csv` module defines the following classes:
|
||||||
All other optional or keyword arguments are passed to the underlying
|
All other optional or keyword arguments are passed to the underlying
|
||||||
:class:`reader` instance.
|
:class:`reader` instance.
|
||||||
|
|
||||||
|
.. versionchanged:: 3.6
|
||||||
|
Returned rows are now of type :class:`OrderedDict`.
|
||||||
|
|
||||||
.. versionchanged:: 3.8
|
.. versionchanged:: 3.8
|
||||||
Returned rows are now of type :class:`dict`.
|
Returned rows are now of type :class:`dict`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue