aboutsummaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2020-12-02 17:56:17 +0000
committerGitHub <noreply@github.com>2020-12-02 17:56:17 +0000
commit99b594404d364b363c184f48338d6ee81bee26dd (patch)
treefa443e38e5a2d943717201aede33f8748a870b96 /Python
parentbpo-42246: Make sure that line number is correct after a return, as required ... (diff)
downloadcpython-99b594404d364b363c184f48338d6ee81bee26dd.tar.gz
cpython-99b594404d364b363c184f48338d6ee81bee26dd.tar.bz2
cpython-99b594404d364b363c184f48338d6ee81bee26dd.zip
bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607)
Diffstat (limited to 'Python')
-rw-r--r--Python/initconfig.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Python/initconfig.c b/Python/initconfig.c
index 4d95ac5d885..62087fb4208 100644
--- a/Python/initconfig.c
+++ b/Python/initconfig.c
@@ -38,7 +38,8 @@ Options and arguments (and corresponding environment variables):\n\
and comparing bytes/bytearray with str. (-bb: issue errors)\n\
-B : don't write .pyc files on import; also PYTHONDONTWRITEBYTECODE=x\n\
-c cmd : program passed in as string (terminates option list)\n\
--d : debug output from parser; also PYTHONDEBUG=x\n\
+-d : turn on parser debugging output (for experts only, only works on\n\
+ debug builds); also PYTHONDEBUG=x\n\
-E : ignore PYTHON* environment variables (such as PYTHONPATH)\n\
-h : print this help message and exit (also --help)\n\
";