]> granicus.if.org Git - python/commit
bpo-28556: Various updates to typing (#28) (#77)
authorMariatta <Mariatta@users.noreply.github.com>
Tue, 14 Feb 2017 14:11:12 +0000 (06:11 -0800)
committerGitHub <noreply@github.com>
Tue, 14 Feb 2017 14:11:12 +0000 (06:11 -0800)
commit0230e64d2c976ab755c145e97bf86032e0fe3a53
tree71b13d604b4757b0b1b2ed95fbd1e6505e3e522e
parent2d0c2286f8e19e5d6a45cf16f766382115431c2e
bpo-28556: Various updates to typing (#28) (#77)

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

(cherry picked from commit b692dc8475a032740576129d0990ddc3edccab2b)
Lib/test/mod_generics_cache.py [new file with mode: 0644]
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS