mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Issue #13597: Fix the documentation of the "-u" command-line option, and wording of "What's new in Python 3.0" about standard streams.
This commit is contained in:
parent
86a8a9ae98
commit
08c08eb93c
2 changed files with 9 additions and 4 deletions
|
@ -247,7 +247,8 @@ Miscellaneous options
|
|||
|
||||
Force the binary layer of the stdin, stdout and stderr streams (which is
|
||||
available as their ``buffer`` attribute) to be unbuffered. The text I/O
|
||||
layer will still be line-buffered.
|
||||
layer will still be line-buffered if writing to the console, or
|
||||
block-buffered if redirected to a non-interactive file.
|
||||
|
||||
See also :envvar:`PYTHONUNBUFFERED`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue