summaryrefslogtreecommitdiffstats
path: root/Lib/test/mod_generics_cache.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-28556: Various updates to typing (#28)Ivan Levkivskyi2017-02-131-0/+14
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