mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-28647: Update -u documentation after bpo-30404 (GH-3961)
This commit is contained in:
parent
b22273ec5d
commit
7f58097083
4 changed files with 9 additions and 14 deletions
|
@ -71,9 +71,8 @@ static const char usage_2[] = "\
|
|||
-S : don't imply 'import site' on initialization\n\
|
||||
";
|
||||
static const char usage_3[] = "\
|
||||
-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\
|
||||
-u : force the stdout and stderr streams to be unbuffered;\n\
|
||||
this option has no effect on stdin; also PYTHONUNBUFFERED=x\n\
|
||||
-v : verbose (trace import statements); also PYTHONVERBOSE=x\n\
|
||||
can be supplied multiple times to increase verbosity\n\
|
||||
-V : print the Python version number and exit (also --version)\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue