diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2017-10-13 12:16:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-13 12:16:31 (GMT) |
commit | 7f580970836b0f6bc9c5db868d95bea81a3e1558 (patch) | |
tree | f4e4eb4079870015865188ee3669a1d1905fb80d /Doc/using/cmdline.rst | |
parent | b22273ec5d1992b0cbe078b887427ae9977dfb78 (diff) | |
download | cpython-7f580970836b0f6bc9c5db868d95bea81a3e1558.zip cpython-7f580970836b0f6bc9c5db868d95bea81a3e1558.tar.gz cpython-7f580970836b0f6bc9c5db868d95bea81a3e1558.tar.bz2 |
bpo-28647: Update -u documentation after bpo-30404 (GH-3961)
Diffstat (limited to 'Doc/using/cmdline.rst')
-rw-r--r-- | Doc/using/cmdline.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index a8cdff6..8ab26f5 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -303,7 +303,8 @@ Miscellaneous options .. cmdoption:: -u - Force the stdout and stderr streams to be unbuffered. + Force the stdout and stderr streams to be unbuffered. This option has no + effect on the stdin stream. See also :envvar:`PYTHONUNBUFFERED`. |