diff options
author | Brett Cannon <brett@python.org> | 2012-09-25 19:23:49 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-09-25 19:23:49 (GMT) |
commit | 847bb76f18b8b0059bcd3ee8cb428069ca7932ec (patch) | |
tree | 220207beb5a917e1147a2749697c236df9458ae1 /Doc/whatsnew | |
parent | 288717a2ac9500759f3c82a32b907633ec8782c4 (diff) | |
parent | f6b30385ccd7be11628670357d8434e16226594c (diff) | |
download | cpython-847bb76f18b8b0059bcd3ee8cb428069ca7932ec.zip cpython-847bb76f18b8b0059bcd3ee8cb428069ca7932ec.tar.gz cpython-847bb76f18b8b0059bcd3ee8cb428069ca7932ec.tar.bz2 |
merge
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index ef8f15c..b7a8c46 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -1079,7 +1079,7 @@ collections classes. Aliases for ABCs are still present in the contextlib ---------- -:class:`~collections.ExitStack` now provides a solid foundation for +:class:`~contextlib.ExitStack` now provides a solid foundation for programmatic manipulation of context managers and similar cleanup functionality. Unlike the previous ``contextlib.nested`` API (which was deprecated and removed), the new API is designed to work correctly |