summaryrefslogtreecommitdiff
path: root/Doc/using
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2017-10-13 15:16:31 +0300
committerGitHub <noreply@github.com>2017-10-13 15:16:31 +0300
commit7f580970836b0f6bc9c5db868d95bea81a3e1558 (patch)
treef4e4eb4079870015865188ee3669a1d1905fb80d /Doc/using
parentb22273ec5d1992b0cbe078b887427ae9977dfb78 (diff)
downloadcpython-git-7f580970836b0f6bc9c5db868d95bea81a3e1558.tar.gz
bpo-28647: Update -u documentation after bpo-30404 (GH-3961)
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/cmdline.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index a8cdff641e..8ab26f5955 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`.