mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #21061: correctly note redirect_stdout is reentrant
This commit is contained in:
parent
ccd8e34508
commit
36d8ef9cc7
1 changed files with 1 additions and 1 deletions
|
@ -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 <reusable-cms>`.
|
||||
This context manager is :ref:`reentrant <reentrant-cms>`.
|
||||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue