From 126fa7de1695a15d544902631afa3dfaebad90d7 Mon Sep 17 00:00:00 2001 From: Ammar Askar Date: Mon, 5 Jul 2021 12:22:18 -0400 Subject: [PATCH] PEP 657: Rename opt out command line flag (#2025) --- pep-0657.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0657.rst b/pep-0657.rst index 2283f3cf1..e161deb55 100644 --- a/pep-0657.rst +++ b/pep-0657.rst @@ -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