PEP 657: Rename opt out command line flag (#2025)

This commit is contained in:
Ammar Askar 2021-07-05 12:22:18 -04:00 committed by GitHub
parent 5fc4119624
commit 126fa7de16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ programs that are currently parsing tracebacks to catch up the following
methods will be provided to deactivate this feature:
* A new environment variable: ``PYTHONNODEBUGRANGES``.
* A new command line option for the dev mode: ``python -Xnodebugranges``.
* A new command line option for the dev mode: ``python -Xno_debug_ranges``.
If any of these methods are used, the Python compiler will **not** populate
code objects with the new information (``None`` will be used instead) and any