Message7195

Author Arfrever
Recipients Arfrever
Date 2012-06-08.22:52:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339195956.13.0.465836626817.issue1913@psf.upfronthosting.co.za>
In-reply-to
Content
CPython supports short -W options.
Examples:
-Wd
-Wde
-Wdef
-Wdefa
-Wdefau
-Wdefaul
-Wdefault
-Wi
-Wi::RuntimeWarning
-Wi::SyntaxWarning

The attached patch fixes Jython to correctly parse options.
History
Date User Action Args
2012-06-08 22:52:36Arfreversetrecipients: + Arfrever
2012-06-08 22:52:36Arfreversetmessageid: <1339195956.13.0.465836626817.issue1913@psf.upfronthosting.co.za>
2012-06-08 22:52:36Arfreverlinkissue1913 messages
2012-06-08 22:52:35Arfrevercreate