diff options
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`. |