8000 gh-131818: Add imply `-P` in `-I`'s help message (#131819) · python/cpython@8bd88e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8bd88e2

Browse files
authored
gh-131818: Add imply -P in -I's help message (#131819)
1 parent af2afd7 commit 8bd88e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/initconfig.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Options (and corresponding environment variables):\n\
261261
-h : print this help message and exit (also -? or --help)\n\
262262
-i : inspect interactively after running script; forces a prompt even\n\
263263
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\
264+
-I : isolate Python from the user's environment (implies -E, -P and -s)\n\
265265
-m mod : run library module as a script (terminates option list)\n\
266266
-O : remove assert and __debug__-dependent statements; add .opt-1 before\n\
267267
.pyc extension; also PYTHONOPTIMIZE=x\n\

0 commit comments

Comments
 (0)
0