Skip to content

[3.6] bpo-28647: Update -u documentation #1796

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Modules/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ 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\
-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\
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\
-V : print the Python version number and exit (also --version)\n\
Expand Down