Issue1913

classification
Title: Support short -W options
Type: Severity: normal
Components: Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fwierzbicki Nosy List: Arfrever, fwierzbicki
Priority: normal Keywords: patch

Created on 2012-06-08.22:52:36 by Arfrever, last changed 2012-06-20.20:55:58 by fwierzbicki.

Files
File name Uploaded Description Edit Remove
warnings_options.patch Arfrever, 2012-06-08.22:52:35
Messages
msg7195 (view) Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) Date: 2012-06-08.22:52:35
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.
msg7256 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2012-06-20.20:55:57
Checked in for changeset 96eeda1f3d2f. Thanks Arfrever!
History
Date User Action Args
2012-06-20 20:55:58fwierzbickisetstatus: open -> closed
resolution: accepted -> fixed
messages: + msg7256
2012-06-20 17:21:38fwierzbickisetpriority: normal
assignee: fwierzbicki
resolution: accepted
nosy: + fwierzbicki
2012-06-08 22:52:36Arfrevercreate