Skip to content

Commit 99b5944

Browse files
authored
bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607)
1 parent 5977a79 commit 99b5944

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Python/initconfig.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Options and arguments (and corresponding environment variables):\n\
3838
and comparing bytes/bytearray with str. (-bb: issue errors)\n\
3939
-B : don't write .pyc files on import; also PYTHONDONTWRITEBYTECODE=x\n\
4040
-c cmd : program passed in as string (terminates option list)\n\
41-
-d : debug output from parser; also PYTHONDEBUG=x\n\
41+
-d : turn on parser debugging output (for experts only, only works on\n\
42+
debug builds); also PYTHONDEBUG=x\n\
4243
-E : ignore PYTHON* environment variables (such as PYTHONPATH)\n\
4344
-h : print this help message and exit (also --help)\n\
4445
";

0 commit comments

Comments
 (0)