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 vstinner
Date 2017-11-20.14:26:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511188002.91.0.213398074469.issue32088@psf.upfronthosting.co.za>
In-reply-to
Content
Related python-dev thread:
https://mail.python.org/pipermail/python-dev/2017-November/150608.html
"[Python-Dev] Show DeprecationWarning in debug mode?"

I propose to display Display DeprecationWarning, PendingDeprecationWarning and ImportWarning when Python is compiled in debug mode.

Attached PR implements proposed change.
History
Date User Action Args
2017-11-20 14:26:42vstinnersetrecipients: + vstinner
2017-11-20 14:26:42vstinnersetmessageid: <1511188002.91.0.213398074469.issue32088@psf.upfronthosting.co.za>
2017-11-20 14:26:42vstinnerlinkissue32088 messages
2017-11-20 14:26:42vstinnercreate