commit | 0230e64d2c976ab755c145e97bf86032e0fe3a53 | [log] [tgz] |
---|---|---|
author | Mariatta <Mariatta@users.noreply.github.com> | Tue Feb 14 06:11:12 2017 -0800 |
committer | GitHub <noreply@github.com> | Tue Feb 14 06:11:12 2017 -0800 |
tree | 71b13d604b4757b0b1b2ed95fbd1e6505e3e522e | |
parent | 2d0c2286f8e19e5d6a45cf16f766382115431c2e [diff] |
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)