File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1747,7 +1747,7 @@ Interpreter Changes
17471747-------------------------------
17481748
17491749Two command-line options have been reserved for use by other Python
1750- implementations. The :option: `-J ` switch has been reserved for use by
1750+ implementations. The :option: `! -J ` switch has been reserved for use by
17511751Jython for Jython-specific options, such as switches that are passed to
17521752the underlying JVM. :option: `-X ` has been reserved for options
17531753specific to a particular implementation of Python such as CPython,
Original file line number Diff line number Diff line change @@ -805,7 +805,7 @@ Other language changes
805805 :keyword: `async with `).
806806 (Contributed by Bénédikt Tran in :gh: `128398 `.)
807807
808- * :option: `-J ` is no longer a reserved flag for Jython _,
808+ * :option: `! -J ` is no longer a reserved flag for Jython _,
809809 and now has no special meaning.
810810 (Contributed by Adam Turner in :gh: `133336 `.)
811811
You can’t perform that action at this time.
0 commit comments