mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
GH-133336: Remove reserved `-J
` flag for Jython (#133444)
This commit is contained in:
parent
c336f1c312
commit
4c56563f7a
5 changed files with 16 additions and 18 deletions
|
@ -670,6 +670,13 @@ Miscellaneous options
|
|||
.. versionchanged:: 3.10
|
||||
Removed the ``-X oldparser`` option.
|
||||
|
||||
.. versionremoved:: next
|
||||
|
||||
:option:`!-J` is no longer reserved for use by Jython_,
|
||||
and now has no special meaning.
|
||||
|
||||
.. _Jython: https://www.jython.org/
|
||||
|
||||
.. _using-on-controlling-color:
|
||||
|
||||
Controlling color
|
||||
|
@ -694,15 +701,6 @@ output. To control the color output only in the Python interpreter, the
|
|||
precedence over ``NO_COLOR``, which in turn takes precedence over
|
||||
``FORCE_COLOR``.
|
||||
|
||||
Options you shouldn't use
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. option:: -J
|
||||
|
||||
Reserved for use by Jython_.
|
||||
|
||||
.. _Jython: https://www.jython.org/
|
||||
|
||||
|
||||
.. _using-on-envvars:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue