]> granicus.if.org Git - python/commit
bpo-28556: Updates to typing module (GH-2076) (GH-2087)
authorMariatta <Mariatta@users.noreply.github.com>
Sat, 10 Jun 2017 21:41:00 +0000 (14:41 -0700)
committerGitHub <noreply@github.com>
Sat, 10 Jun 2017 21:41:00 +0000 (14:41 -0700)
commit8d15b19be667e30f8d36aefb680859bdf23866cf
tree6f27d69006fccd5f60922906716cdb72c96d409c
parent964c261dc9a6a901f50d5596d88248bfc4251a55
bpo-28556: Updates to typing module (GH-2076) (GH-2087)

This PR contains two updates to typing module:

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