]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-90300: Remove reference to PYTHON_FROZEN_MODULES in Python CLI help (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 19 Mar 2024 20:05:08 +0000 (22:05 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2024 20:05:08 +0000 (20:05 +0000)
Fix error introduced in 4be9fa896117bf07dc944a29c98dd18b71dd6c74.

Python/initconfig.c

index 620083a8db4521d38b66fd87211ad3d376afde95..192089b5cc3e53ae34788c3dd5969574dae253e1 100644 (file)
@@ -82,8 +82,7 @@ The following implementation-specific options are available:\n\
 -X faulthandler: dump the Python traceback on fatal errors;\n\
          also PYTHONFAULTHANDLER\n\
 -X frozen_modules=[on|off]: whether to use frozen modules; the default is \"on\"\n\
-         for installed Python and \"off\" for a local build;\n\
-         also PYTHON_FROZEN_MODULES\n\
+         for installed Python and \"off\" for a local build\n\
 -X importtime: show how long each import takes; also PYTHONPROFILEIMPORTTIME\n\
 -X int_max_str_digits=N: limit the size of int<->str conversions;\n\
          0 disables the limit; also PYTHONINTMAXSTRDIGITS\n\