8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-P
-I
1 parent 9118cf7 commit 5547c89Copy full SHA for 5547c89
Python/initconfig.c
@@ -157,7 +157,7 @@ Options (and corresponding environment variables):\n\
157
-h : print this help message and exit (also -? or --help)\n\
158
-i : inspect interactively after running script; forces a prompt even\n\
159
if stdin does not appear to be a terminal; also PYTHONINSPECT=x\n\
160
--I : isolate Python from the user's environment (implies -E and -s)\n\
+-I : isolate Python from the user's environment (implies -E, -P and -s)\n\
161
-m mod : run library module as a script (terminates option list)\n\
162
-O : remove assert and __debug__-dependent statements; add .opt-1 before\n\
163
.pyc extension; also PYTHONOPTIMIZE=x\n\
0 commit comments