8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-P
-I
1 parent b2dbc4f commit 0c88f41Copy full SHA for 0c88f41
Python/initconfig.c
@@ -44,7 +44,7 @@ Options (and corresponding environment variables):\n\
44
-h : print this help message and exit (also -? or --help)\n\
45
-i : inspect interactively after running script; forces a prompt even\n\
46
if stdin does not appear to be a terminal; also PYTHONINSPECT=x\n\
47
--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\
48
-m mod : run library module as a script (terminates option list)\n\
49
-O : remove assert and __debug__-dependent statements; add .opt-1 before\n\
50
.pyc extension; also PYTHONOPTIMIZE=x\n\
0 commit comments