https://github.com/python/cpython/commit/cdeaa64214ab154b43ddb8d9b97b28f3e3459cec
commit: cdeaa64214ab154b43ddb8d9b97b28f3e3459cec
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: encukou <[email protected]>
date: 2025-07-08T06:24:08Z
summary:

[3.14] gh-102567: Add missing newline to `--help-all` (GH-136391) (GH-136403)

gh-102567: Add missing newline to `--help-all` (GH-136391)
(cherry picked from commit fbef0c1d6a6540f5063138b861f79bdb2a935b0a)

Co-authored-by: Hugo van Kemenade <[email protected]>

files:
M Python/initconfig.c

diff --git a/Python/initconfig.c b/Python/initconfig.c
index 25e30aa648e8aa..62bcb727d1b9bf 100644
--- a/Python/initconfig.c
+++ b/Python/initconfig.c
@@ -312,7 +312,7 @@ The following implementation-specific options are 
available:\n\
 "-X gil=[0|1]: enable (1) or disable (0) the GIL; also PYTHON_GIL\n"
 #endif
 "\
--X importtime[=2]: show how long each import takes; use -X importtime=2 to\
+-X importtime[=2]: show how long each import takes; use -X importtime=2 to\n\
          log imports of already-loaded modules; also PYTHONPROFILEIMPORTTIME\n\
 -X int_max_str_digits=N: limit the size of int<->str conversions;\n\
          0 disables the limit; also PYTHONINTMAXSTRDIGITS\n\

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to