]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 31 Jan 2019 08:59:50 +0000 (00:59 -0800)
committerGitHub <noreply@github.com>
Thu, 31 Jan 2019 08:59:50 +0000 (00:59 -0800)
commit0bb4bdf0d93b301407774c4ffd6df54cff947df8
tree174cc59b599a8f9aa223eb0f24c90fccb5e8701f
parent0897e0c597c065f043e4286d01f16f473ab664ee
bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708)

* Change from OrderedDict to a regular dict

* Add blurb
Doc/library/collections.rst
Doc/whatsnew/3.8.rst
Lib/collections/__init__.py
Misc/NEWS.d/next/Library/2019-01-30-20-22-36.bpo-35864.ig9KnG.rst [new file with mode: 0644]