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 vstinner
Recipients ncoghlan, vstinner
Date 2017-12-12.22:04:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513116267.57.0.213398074469.issue32230@psf.upfronthosting.co.za>
In-reply-to
Content
We found an agreement with Nick :-) I applied Nick's PR. The issue is now fixed:

vstinner@apu$ ./python -X dev -c 'import sys; print(sys.warnoptions)'
['default']

This PR also fix bpo-20361: -b and -bb options now have the highest priority.

The documentation is maybe not perfect, but Nick stated that he will update the doc with the implementation of his PEP 565.
History
Date User Action Args
2017-12-12 22:04:27vstinnersetrecipients: + vstinner, ncoghlan
2017-12-12 22:04:27vstinnersetmessageid: <1513116267.57.0.213398074469.issue32230@psf.upfronthosting.co.za>
2017-12-12 22:04:27vstinnerlinkissue32230 messages
2017-12-12 22:04:27vstinnercreate