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.

Author Arfrever
Recipients Arfrever, barry, brett.cannon, brian.curtin, eric.araujo, larry, pitrou, pjenvey, skrah
Date 2014-01-23.08:59:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390467582.21.0.50031537161.issue20355@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch moves calls to PySys_AddWarnOption* for -W options to after parsing PYTHONWARNINGS.

I think that this bug fix could be applied in Python 3.4. The patch does not introduce any failures in full test suite.
History
Date User Action Args
2014-01-23 08:59:42Arfreversetrecipients: + Arfrever, barry, brett.cannon, pitrou, larry, pjenvey, eric.araujo, brian.curtin, skrah
2014-01-23 08:59:42Arfreversetmessageid: <1390467582.21.0.50031537161.issue20355@psf.upfronthosting.co.za>
2014-01-23 08:59:42Arfreverlinkissue20355 messages
2014-01-23 08:59:40Arfrevercreate