]> granicus.if.org Git - python/commit
[3.5] bpo-28556: Routine updates to typing (GH-1366) (#1417)
authorMariatta <Mariatta@users.noreply.github.com>
Wed, 3 May 2017 16:37:50 +0000 (09:37 -0700)
committerGitHub <noreply@github.com>
Wed, 3 May 2017 16:37:50 +0000 (09:37 -0700)
commit4b15e45895ca56ac5f7837cacb8cd3ccc26d1f66
tree6fc40c854d25476da7931757bf481c6b14a9626b
parent5e9c1101924bacf3ead03124b5c1e48551638360
[3.5] bpo-28556: Routine updates to typing (GH-1366) (#1417)

- 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