Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: ea8b34868c3a765ac9a5eed7321af8f4548a9654 https://github.com/python/cpython/commit/ea8b34868c3a765ac9a5eed7321af8f4548a9654 Author: Mariatta <Mariatta at users.noreply.github.com> Date: 2017年06月10日 (2017年6月10日) Changed paths: M Lib/test/test_typing.py M Lib/typing.py M Misc/NEWS Log Message: ----------- bpo-28556: Updates to typing module (GH-2076) (GH-2088) 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)