projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccd8e34
)
Issue #21061: correctly note redirect_stdout is reentrant
author
Nick Coghlan
<ncoghlan@gmail.com>
Sun, 12 Oct 2014 00:25:00 +0000
(10:25 +1000)
committer
Nick Coghlan
<ncoghlan@gmail.com>
Sun, 12 Oct 2014 00:25:00 +0000
(10:25 +1000)
Doc/library/contextlib.rst
patch
|
blob
|
history
diff --git
a/Doc/library/contextlib.rst
b/Doc/library/contextlib.rst
index b0688db011be02b8b62ded05f6ebd758601f0b95..6f36864ac24fc12f452c3c91a7886b2df8902b12 100644
(file)
--- 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:`re
usable but not reentrant <reusable
-cms>`.
+ This context manager is :ref:`re
entrant <reentrant
-cms>`.
.. versionadded:: 3.4