Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: e612c28513b406779d187e5f816445c7d40d292b https://github.com/python/cpython/commit/e612c28513b406779d187e5f816445c7d40d292b Author: Mariatta <Mariatta at users.noreply.github.com> Date: 2017年05月03日 (2017年5月03日) Changed paths: M Lib/test/test_typing.py M Lib/typing.py M Misc/NEWS Log Message: ----------- [3.6] bpo-28556: Routine updates to typing (GH-1366) (#1416) - Add NoReturn type - Use WrapperDescriptorType (original PR by Jim Fasarakis-Hilliard) - Minor bug-fixes (cherry picked from commit f06e0218ef6007667f5d61184b85a81a0466d3ae)