Kaydet (Commit) 5f908005 authored tarafından Berker Peksag's avatar Berker Peksag Kaydeden (comit) GitHub

bpo-28647: Update -u documentation (GH-3954)

* stdout and stderr are always opened in text mode
* and they are line-buffered

Initial patch by Gareth Rees.
üst 764969a4
...@@ -71,9 +71,9 @@ static const char usage_2[] = "\ ...@@ -71,9 +71,9 @@ static const char usage_2[] = "\
-S : don't imply 'import site' on initialization\n\ -S : don't imply 'import site' on initialization\n\
"; ";
static const char usage_3[] = "\ static const char usage_3[] = "\
-u : unbuffered binary stdout and stderr, stdin always buffered;\n\ -u : force the binary I/O layers of stdout and stderr to be unbuffered;\n\
stdin is always buffered; text I/O layer will be line-buffered;\n\
also PYTHONUNBUFFERED=x\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\ -v : verbose (trace import statements); also PYTHONVERBOSE=x\n\
can be supplied multiple times to increase verbosity\n\ can be supplied multiple times to increase verbosity\n\
-V : print the Python version number and exit (also --version)\n\ -V : print the Python version number and exit (also --version)\n\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment