diff options
Diffstat (limited to 'Doc/using')
| -rw-r--r-- | Doc/using/cmdline.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 0095046..40a46a6 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -73,7 +73,7 @@ source. .. audit-event:: cpython.run_command command cmdoption-c - .. versionchanged:: next + .. versionchanged:: 3.14 *command* is automatically dedented before execution. .. option:: -m <module-name> @@ -549,7 +549,7 @@ Miscellaneous options .. versionadded:: 3.7 - .. versionchanged:: next + .. versionchanged:: 3.14 Added ``-X importtime=2`` to also trace imports of loaded modules, and reserved values other than ``1`` and ``2`` for future use. @@ -680,7 +680,7 @@ Miscellaneous options .. versionchanged:: 3.10 Removed the ``-X oldparser`` option. -.. versionremoved:: next +.. versionremoved:: 3.14 :option:`!-J` is no longer reserved for use by Jython_, and now has no special meaning. @@ -999,7 +999,7 @@ conflict. .. versionadded:: 3.7 - .. versionchanged:: next + .. versionchanged:: 3.14 Added ``PYTHONPROFILEIMPORTTIME=2`` to also trace imports of loaded modules. |
