GH-133336: Remove reserved `-J` flag for Jython (#133444)

This commit is contained in:
Adam Turner 2025-05-05 16:09:19 +01:00 committed by GitHub
parent c336f1c312
commit 4c56563f7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 16 additions and 18 deletions

View file

@ -0,0 +1,2 @@
:option:`!-J` is no longer reserved for use by Jython.
Patch by Adam Turner.