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, pitrou, serhiy.storchaka, vstinner
Date 2017-11-27.11:14:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511781281.44.0.213398074469.issue32089@psf.upfronthosting.co.za>
In-reply-to
Content
The "default warning filters" are documented, but only for Python compiled in release mode:
https://docs.python.org/dev/library/warnings.html#default-warning-filters

So I didn't touch this documentation.

The initial issue is now fixed: the development mode (-X dev) now behaves as the debug mode (pydebug build) for the default warning filters.

The second issue, Antoine's complain about the "always" action, was also fixed.

I close the issue. At the end, we should get a better debug experience ;-)
History
Date User Action Args
2017-11-27 11:14:41vstinnersetrecipients: + vstinner, ncoghlan, pitrou, serhiy.storchaka
2017-11-27 11:14:41vstinnersetmessageid: <1511781281.44.0.213398074469.issue32089@psf.upfronthosting.co.za>
2017-11-27 11:14:41vstinnerlinkissue32089 messages
2017-11-27 11:14:41vstinnercreate