]> granicus.if.org Git - python/commit
[3.6] bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (GH-2179) (GH-3370)
authorMariatta <Mariatta@users.noreply.github.com>
Wed, 6 Sep 2017 01:13:07 +0000 (18:13 -0700)
committerGitHub <noreply@github.com>
Wed, 6 Sep 2017 01:13:07 +0000 (18:13 -0700)
commit3b9d4444fe631117430dee8ef8a2f205b4b450d5
tree36b97e8a6782bc8ec9b91df91b92c746783826e5
parentc506403faf8dbfc8baf4212e8e2aedb7268acb5e
[3.6] bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (GH-2179) (GH-3370)

* fixed OrderedDict.__init__ docstring re PEP 468

* tightened comment and mirrored to C impl

* added space after period per marco-buttu

* preserved substituted for stable

* drop references to Python 3.6 and PEP 468
(cherry picked from commit faa57cbe7074b26807cd7ed89a7b173b5cbf3086)
Lib/collections/__init__.py
Objects/odictobject.c