From: Nick Coghlan Date: Sun, 12 Oct 2014 00:25:00 +0000 (+1000) Subject: Issue #21061: correctly note redirect_stdout is reentrant X-Git-Tag: v3.5.0a1~692^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36d8ef9cc7441790f8840f82454bbc9b214354b2;p=python Issue #21061: correctly note redirect_stdout is reentrant --- diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst index b0688db011..6f36864ac2 100644 --- a/Doc/library/contextlib.rst +++ b/Doc/library/contextlib.rst @@ -167,7 +167,7 @@ Functions and classes provided: applications. It also has no effect on the output of subprocesses. However, it is still a useful approach for many utility scripts. - This context manager is :ref:`reusable but not reentrant `. + This context manager is :ref:`reentrant `. .. versionadded:: 3.4