[Python-checkins] cpython (3.4): Issue #21061: correctly note redirect_stdout is reentrant

nick.coghlan python-checkins at python.org
Sun Oct 12 02:25:56 CEST 2014


https://hg.python.org/cpython/rev/dafbd78ac15b
changeset:   92963:dafbd78ac15b
branch:      3.4
parent:      92961:a33b3bef2a1c
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun Oct 12 10:25:00 2014 +1000
summary:
  Issue #21061: correctly note redirect_stdout is reentrant

files:
  Doc/library/contextlib.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/contextlib.rst b/Doc/library/contextlib.rst
--- a/Doc/library/contextlib.rst
+++ b/Doc/library/contextlib.rst
@@ -167,7 +167,7 @@
    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 <reusable-cms>`.
+   This context manager is :ref:`reentrant <reentrant-cms>`.
 
    .. versionadded:: 3.4
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list