From: Giampaolo Rodola' Date: Tue, 25 Sep 2012 19:00:04 +0000 (-0700) Subject: fix contextlib.ExitStack typo in 3.3's whatsnew.rst X-Git-Tag: v3.3.1rc1~818^2^2~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15c88490011743585134436c7ca0f5186e5dd2a3;p=python fix contextlib.ExitStack typo in 3.3's whatsnew.rst --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index c1c66428a2..8208f0714c 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