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 ncoghlan
Recipients ncoghlan, vstinner
Date 2017-12-06.10:54:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512557684.51.0.213398074469.issue32230@psf.upfronthosting.co.za>
In-reply-to
Content
In relation to the utility of sys.warnoptions: it also lets other modules (like the unittest module) inspect the warnings that have been specified on the command line.

If it wasn't for that use case, I wouldn't be concerned about the fact that `-X dev` doesn't currently set it.
History
Date User Action Args
2017-12-06 10:54:44ncoghlansetrecipients: + ncoghlan, vstinner
2017-12-06 10:54:44ncoghlansetmessageid: <1512557684.51.0.213398074469.issue32230@psf.upfronthosting.co.za>
2017-12-06 10:54:44ncoghlanlinkissue32230 messages
2017-12-06 10:54:44ncoghlancreate