https://github.com/python/cpython/commit/fbef0c1d6a6540f5063138b861f79bdb2a935b0a commit: fbef0c1d6a6540f5063138b861f79bdb2a935b0a branch: main author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: encukou <encu...@gmail.com> date: 2025-07-08T07:59:00+02:00 summary:
gh-102567: Add missing newline to `--help-all` (GH-136391) files: M Python/initconfig.c diff --git a/Python/initconfig.c b/Python/initconfig.c index 71d7cfed5c44c1..73a9a9bf1ca460 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 -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: arch...@mail-archive.com