]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40182: Remove the _field_types attribute of the NamedTuple class (GH-19368)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Apr 2020 21:43:20 +0000 (00:43 +0300)
committerGitHub <noreply@github.com>
Sat, 4 Apr 2020 21:43:20 +0000 (00:43 +0300)
commit6fed3c85402c5ca704eb3f3189ca3f5c67a08d19
tree756d989deaee347ca211d42abf124d1817ef8ff3
parent1b21573a89632356737a24302dd64c9eb1457a7b
bpo-40182: Remove the _field_types attribute of the NamedTuple class (GH-19368)
Doc/library/typing.rst
Doc/whatsnew/3.9.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2020-04-04-23-44-09.bpo-40182.Bf_kFN.rst [new file with mode: 0644]