mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-102567: Add missing newline to --help-all
(GH-136391)
This commit is contained in:
parent
0240ef4705
commit
fbef0c1d6a
1 changed files with 1 additions and 1 deletions
|
@ -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\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue