summaryrefslogtreecommitdiffstats
path: root/Doc/using/cmdline.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-05-06 15:33:32 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-05-06 15:33:52 (GMT)
commitb092705907c758d4f9742028652c9802f9f03dd3 (patch)
tree8e8c378696b7be57fc177723dbd7ee1624943d12 /Doc/using/cmdline.rst
parent5f01b00deae68c97823d568f863c5d42d959a05f (diff)
downloadcpython-3.14.0b1.zip
cpython-3.14.0b1.tar.gz
cpython-3.14.0b1.tar.bz2
Python 3.14.0b1v3.14.0b1
Diffstat (limited to 'Doc/using/cmdline.rst')
-rw-r--r--Doc/using/cmdline.rst8
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.