]> granicus.if.org Git - python/commit
bpo-36321: Fix misspelled attribute name in namedtuple() (GH-16858)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 20 Oct 2019 17:19:47 +0000 (10:19 -0700)
committerGitHub <noreply@github.com>
Sun, 20 Oct 2019 17:19:47 +0000 (10:19 -0700)
commit58ccd201fa74287ca9293c03136fcf1e19800ef9
treedbf6bc18e3559f385aa41b047a50bc5718a15116
parent24dc2f8c56697f9ee51a4887cf0814b6600c1815
bpo-36321: Fix misspelled attribute name in namedtuple() (GH-16858)
Lib/collections/__init__.py
Misc/NEWS.d/next/Library/2019-10-19-21-41-20.bpo-36321.CFlxfy.rst [new file with mode: 0644]