]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25609: Introduce contextlib.AbstractContextManager and
authorBrett Cannon <brett@python.org>
Fri, 8 Apr 2016 19:15:27 +0000 (12:15 -0700)
committerBrett Cannon <brett@python.org>
Fri, 8 Apr 2016 19:15:27 +0000 (12:15 -0700)
commit9e080e0e741dd70cf86500f848eee19cf8b29efa
tree7d5a4fa6c9279df0c3c3bddd2d041619a6862fa7
parentc5b5ba9bdafaf2542ac2e6939f025a01a10549c2
Issue #25609: Introduce contextlib.AbstractContextManager and
typing.ContextManager.
Doc/library/contextlib.rst
Doc/library/typing.rst
Doc/whatsnew/3.6.rst
Lib/contextlib.py
Lib/test/test_contextlib.py
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS