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 af2afd7 commit 8bd88e2Copy full SHA for 8bd88e2
Python/initconfig.c
@@ -261,7 +261,7 @@ Options (and corresponding environment variables):\n\
261
-h : print this help message and exit (also -? or --help)\n\
262
-i : inspect interactively after running script; forces a prompt even\n\
263
if stdin does not appear to be a terminal; also PYTHONINSPECT=x\n\
264
--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\
265
-m mod : run library module as a script (terminates option list)\n\
266
-O : remove assert and __debug__-dependent statements; add .opt-1 before\n\
267
.pyc extension; also PYTHONOPTIMIZE=x\n\
0 commit comments