]> granicus.if.org Git - python/commit
bpo-28556: Updates to typing module (#2076)
authorIvan Levkivskyi <levkivskyi@gmail.com>
Sat, 10 Jun 2017 19:57:56 +0000 (21:57 +0200)
committerGuido van Rossum <guido@python.org>
Sat, 10 Jun 2017 19:57:56 +0000 (12:57 -0700)
commit29fda8db16e0edab92841277fa223f844f5a92cc
treeaac6c5428f6f02488f2e9e8099b9c200496c1018
parentca816153445cba3baec15f7e890c71abfe495340
bpo-28556: Updates to typing module (#2076)

This PR contains two updates to typing module:

- Support ContextManager on all versions (original PR by Jelle Zijlstra).
- Add generic AsyncContextManager.
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS