]> granicus.if.org Git - python/commit
bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (#2179)
authorJonathan Eunice <jonathan.eunice@gmail.com>
Tue, 5 Sep 2017 23:23:49 +0000 (19:23 -0400)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Tue, 5 Sep 2017 23:23:49 +0000 (16:23 -0700)
commitfaa57cbe7074b26807cd7ed89a7b173b5cbf3086
tree6cf355d13dcdd9fa0da98e29e7254e06845315f5
parentaf46eb8d5f23c6f4e69a6a1f579fac8c2250b7c2
bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (#2179)

* 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
Lib/collections/__init__.py
Objects/odictobject.c