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.4.3rc1~502 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36d8ef9cc7441790f8840f82454bbc9b214354b2;p=thirdparty%2FPython%2Fcpython.git Issue #21061: correctly note redirect_stdout is reentrant --- diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst index b0688db011be..6f36864ac24f 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