This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Patch to emit "-J is reserved for Jython" on -J arg
Type: enhancement Stage:
Components: Interpreter Core Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, fwierzbicki
Priority: normal Keywords: patch

Created on 2008-04-11 18:48 by fwierzbicki, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
argdashjay.diff fwierzbicki, 2008-04-11 18:48 patch
Messages (3)
msg65365 - (view) Author: Frank Wierzbicki (fwierzbicki) * (Python committer) Date: 2008-04-11 18:48
This patch adds the message "-J is reserved for Jython" if that arg is
attempted.  See
http://mail.python.org/pipermail/python-dev/2008-April/078564.html

For support from BDFL.
msg65400 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-04-12 13:03
I've reserved -X as well. Applied in r62293
msg65410 - (view) Author: Frank Wierzbicki (fwierzbicki) * (Python committer) Date: 2008-04-12 18:25
On Sat, Apr 12, 2008 at 9:03 AM, Christian Heimes
<report@bugs.python.org> wrote:
>
>  Christian Heimes <lists@cheimes.de> added the comment:
>
>  I've reserved -X as well. Applied in r62293
Great, thanks!  While I'd love to have *both* -X and -J, is that okay
with the other devs?

-Frank
History
Date User Action Args
2022-04-11 14:56:33adminsetgithub: 46869
2008-04-12 18:25:53fwierzbickisetmessages: + msg65410
2008-04-12 13:03:40christian.heimessetstatus: open -> closed
resolution: accepted
messages: + msg65400
nosy: + christian.heimes
2008-04-11 18:48:29fwierzbickicreate