Staging
v0.5.1
https://github.com/python/cpython
Revision 753422f6e32e13d96319b090788f0474f1e21fc4 authored by Mariatta on 10 June 2017, 03:36:28 UTC, committed by GitHub on 10 June 2017, 03:36:28 UTC
contextlib.AbstractContextManager now supports anti-registration
by setting __enter__ = None or __exit__ = None, following the pattern
introduced in bpo-25958..
(cherry picked from commit 57161aac5eb9bcb0b43e551a1937ff0a84c1ec52)
1 parent e380c19
History
Tip revision: 753422f6e32e13d96319b090788f0474f1e21fc4 authored by Mariatta on 10 June 2017, 03:36:28 UTC
bpo-30266: support "= None" pattern in AbstractContextManager (GH-1448) (GH-2054)
Tip revision: 753422f
File Mode Size
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 6.6 KB
README.rst -rw-r--r-- 3.9 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.2 KB
conf.py -rw-r--r-- 6.1 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 48.3 KB
license.rst -rw-r--r-- 46.1 KB
make.bat -rw-r--r-- 4.1 KB

README.rst

back to top