[Python-checkins] [python/cpython] ea8b34: bpo-28556: Updates to typing module (GH-2076) (GH-...

GitHub noreply at github.com
Sat Jun 10 17:41:39 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: ea8b34868c3a765ac9a5eed7321af8f4548a9654
      https://github.com/python/cpython/commit/ea8b34868c3a765ac9a5eed7321af8f4548a9654
  Author: Mariatta <Mariatta at users.noreply.github.com>
  Date:   2017-06-10 (Sat, 10 Jun 2017)

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

  Log Message:
  -----------
  bpo-28556: Updates to typing module (GH-2076) (GH-2088)

This PR contains two updates to typing module:

- Support ContextManager on all versions (original PR by Jelle Zijlstra).
- Add generic AsyncContextManager..
(cherry picked from commit 29fda8db16e0edab92841277fa223f844f5a92cc)




More information about the Python-checkins mailing list