[Python-checkins] [python/cpython] f06e02: bpo-28556: Routine updates to typing (#1366)

GitHub noreply at github.com
Tue May 2 13:14:08 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: f06e0218ef6007667f5d61184b85a81a0466d3ae
      https://github.com/python/cpython/commit/f06e0218ef6007667f5d61184b85a81a0466d3ae
  Author: Ivan Levkivskyi <levkivskyi at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    M Lib/test/test_typing.py
    M Lib/typing.py
    M Misc/NEWS

  Log Message:
  -----------
  bpo-28556: Routine updates to typing (#1366)

- Add NoReturn type
- Use WrapperDescriptorType (original PR by Jim Fasarakis-Hilliard)
- Minor bug-fixes




More information about the Python-checkins mailing list