]> granicus.if.org Git - python/commit
[3.6] bpo-28556: Routine updates to typing (GH-1366) (#1416)
authorMariatta <Mariatta@users.noreply.github.com>
Wed, 3 May 2017 16:38:01 +0000 (09:38 -0700)
committerGitHub <noreply@github.com>
Wed, 3 May 2017 16:38:01 +0000 (09:38 -0700)
commite612c28513b406779d187e5f816445c7d40d292b
tree299b378580ca44b77c5e65444734632931daa7d5
parent5bcf01d4cdc78f6b01e5017ff60da7dbfc34c36b
[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)
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS