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