]> granicus.if.org Git - python/commit
bpo-28556: Routine updates to typing (#1366)
authorIvan Levkivskyi <levkivskyi@gmail.com>
Tue, 2 May 2017 17:14:07 +0000 (19:14 +0200)
committerMariatta <Mariatta@users.noreply.github.com>
Tue, 2 May 2017 17:14:07 +0000 (10:14 -0700)
commitf06e0218ef6007667f5d61184b85a81a0466d3ae
tree79f8d61eb84269181ba0eddbe4a8f0b9800e33cc
parent495b5021e73e3c4b6404417ecf4fa83aa10297f0
bpo-28556: Routine updates to typing (#1366)

- Add NoReturn type
- Use WrapperDescriptorType (original PR by Jim Fasarakis-Hilliard)
- Minor bug-fixes
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS