summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-07-25 03:04:02 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-07-25 03:04:02 (GMT)
commit61b0c672b5e9ba1cf564947ecb38d175fd70ea7e (patch)
treeab808b8fae0a02137111cb1edf13fdbba7da7caa /Modules
parent72f562f719ee59b79e2fa0e2efe27591c75fde26 (diff)
downloadcpython-61b0c672b5e9ba1cf564947ecb38d175fd70ea7e.zip
cpython-61b0c672b5e9ba1cf564947ecb38d175fd70ea7e.tar.gz
cpython-61b0c672b5e9ba1cf564947ecb38d175fd70ea7e.tar.bz2
#16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/main.c b/Modules/main.c
index 4d2e03a..3cfc9c3 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -77,7 +77,8 @@ static char *usage_2 = "\
-S : don't imply 'import site' on initialization\n\
";
static char *usage_3 = "\
--u : unbuffered binary stdout and stderr; also PYTHONUNBUFFERED=x\n\
+-u : unbuffered binary stdout and stderr, stdin always buffered;\n\
+ also PYTHONUNBUFFERED=x\n\
see man page for details on internal buffering relating to '-u'\n\
-v : verbose (trace import statements); also PYTHONVERBOSE=x\n\
can be supplied multiple times to increase verbosity\n\