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.
1 parent ed46143 commit 9b34f34Copy full SHA for 9b34f34
Python/initconfig.c
@@ -42,7 +42,8 @@ Options and arguments (and corresponding environment variables):\n\
42
and comparing bytes/bytearray with str. (-bb: issue errors)\n\
43
-B : don't write .pyc files on import; also PYTHONDONTWRITEBYTECODE=x\n\
44
-c cmd : program passed in as string (terminates option list)\n\
45
--d : debug output from parser; also PYTHONDEBUG=x\n\
+-d : turn on parser debugging output (for experts only, only works on\n\
46
+ debug builds); also PYTHONDEBUG=x\n\
47
-E : ignore PYTHON* environment variables (such as PYTHONPATH)\n\
48
-h : print this help message and exit (also --help)\n\
49
";
0 commit comments