]> granicus.if.org Git - python/commit
bpo-36320: Switch typing.NamedTuple from OrderedDict to regular dict (GH-12396)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Mon, 18 Mar 2019 16:53:56 +0000 (09:53 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 18 Mar 2019 16:53:56 +0000 (09:53 -0700)
commitf7b57df0c09c3a04ab27ba06eb2feb989bbb16cb
tree4c0a5cadcbb66984786e76ccb959c4b2a76c90a6
parent1be0d1135f5627d0525eab635cf2da441d9cbc08
bpo-36320: Switch typing.NamedTuple from OrderedDict to regular dict (GH-12396)

Also,  deprecate the *_field_types* attributes which duplicated the information in *\__annotations__*.

https://bugs.python.org/issue36320
Doc/library/typing.rst
Doc/whatsnew/3.8.rst
Lib/typing.py
Misc/NEWS.d/next/Library/2019-03-18-01-08-14.bpo-36320.-06b9_.rst [new file with mode: 0644]