Branch: refs/heads/master Home: https://github.com/python/cpython Commit: b692dc8475a032740576129d0990ddc3edccab2b https://github.com/python/cpython/commit/b692dc8475a032740576129d0990ddc3edccab2b Author: Ivan Levkivskyi <levkivskyi at gmail.com> Date: 2017年02月13日 (2017年2月13日) Changed paths: A Lib/test/mod_generics_cache.py M Lib/test/test_typing.py M Lib/typing.py M Misc/NEWS Log Message: ----------- 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