From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 8 Jul 2025 06:24:08 +0000 (+0200) Subject: [3.14] gh-102567: Add missing newline to `--help-all` (GH-136391) (GH-136403) X-Git-Tag: v3.14.0b4~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cdeaa64214ab154b43ddb8d9b97b28f3e3459cec;p=thirdparty%2FPython%2Fcpython.git [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 <1324225+hugovk@users.noreply.github.com> --- diff --git a/Python/initconfig.c b/Python/initconfig.c index 25e30aa648e8..62bcb727d1b9 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\