]> granicus.if.org Git - python/commit
bpo-28556: Various updates to typing (#28)
authorIvan Levkivskyi <levkivskyi@gmail.com>
Mon, 13 Feb 2017 21:50:14 +0000 (22:50 +0100)
committerMariatta <Mariatta@users.noreply.github.com>
Mon, 13 Feb 2017 21:50:14 +0000 (13:50 -0800)
commitb692dc8475a032740576129d0990ddc3edccab2b
treebca0dc4276619ea45012e3dd1fb4159056d9fefc
parent3cdbd68ce8230cff1afb67472b96fbfa7f047e32
bpo-28556: Various updates to typing (#28)

 various updates from upstream python/typing repo:

- Added typing.Counter and typing.ChainMap generics
- More flexible typing.NamedTuple
- Improved generic ABC caching
- More tests
- Bugfixes
- Other updates

* Add Misc/NEWS entry

* Add issue number
Lib/test/mod_generics_cache.py [new file with mode: 0644]
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS