]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375) (GH-12395)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 18 Mar 2019 07:48:02 +0000 (00:48 -0700)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Mon, 18 Mar 2019 07:48:02 +0000 (00:48 -0700)
commitbedfbc790e18f14cfdd59cf27d27bb86518dc3fc
treecc08459ca66cfb05ca54d25167381135b8c5f82c
parent76ff715e03483bb562b9aeedfa62509c0724ae5a
bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375) (GH-12395)

(cherry picked from commit 23581c018fceb607fe829a41c6fbe81b4d502cab)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Doc/library/collections.rst
Lib/collections/__init__.py
Lib/test/test_collections.py
Misc/NEWS.d/next/Library/2019-03-16-13-40-59.bpo-36321.s6crQx.rst [new file with mode: 0644]