Staging
v0.5.1
https://github.com/python/cpython
Revision f7b57df0c09c3a04ab27ba06eb2feb989bbb16cb authored by Raymond Hettinger on 18 March 2019, 16:53:56 UTC, committed by Miss Islington (bot) on 18 March 2019, 16:53:56 UTC


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


https://bugs.python.org/issue36320
1 parent 1be0d11
History
Tip revision: f7b57df0c09c3a04ab27ba06eb2feb989bbb16cb authored by Raymond Hettinger on 18 March 2019, 16:53:56 UTC
bpo-36320: Switch typing.NamedTuple from OrderedDict to regular dict (GH-12396)
Tip revision: f7b57df
File Mode Size
Grammar -rw-r--r-- 7.4 KB
Tokens -rw-r--r-- 1.5 KB

back to top