PEP 657: Rename opt out command line flag (#2025)
This commit is contained in:
parent
5fc4119624
commit
126fa7de16
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue