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 eric.snow, ncoghlan, vstinner
Date 2017-06-08.11:04:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496919858.58.0.954005649159.issue30598@psf.upfronthosting.co.za>
In-reply-to
Content
I'd suggest that the right fix here would be to move warnoptions into the config struct as proposed in the PEP: https://www.python.org/dev/peps/pep-0432/#supported-configuration-settings

The main reason we merged this as a private API was so we could do that setting-by-setting, with the test suite ensuring we weren't breaking anything.

It looks like in this case, it's the status quo that's broken, and the change makes it possible to fix it :)
History
Date User Action Args
2017-06-08 11:04:18ncoghlansetrecipients: + ncoghlan, vstinner, eric.snow
2017-06-08 11:04:18ncoghlansetmessageid: <1496919858.58.0.954005649159.issue30598@psf.upfronthosting.co.za>
2017-06-08 11:04:18ncoghlanlinkissue30598 messages
2017-06-08 11:04:18ncoghlancreate