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 serhiy.storchaka
Recipients Thomas.Robitaille, martin.panter, mdk, ncoghlan, ned.deily, serhiy.storchaka, vstinner
Date 2016-12-06.09:50:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481017828.45.0.805708567059.issue28835@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand why test_showwarnmsg_missing was added. Why deleting warnings._showwarnmsg should be supported?

I would rename _showwarning to _showwarning_orig for accenting it's purpose. It is used only for checking if showwarning was replaced by the user.
History
Date User Action Args
2016-12-06 09:50:28serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, vstinner, ned.deily, martin.panter, Thomas.Robitaille, mdk
2016-12-06 09:50:28serhiy.storchakasetmessageid: <1481017828.45.0.805708567059.issue28835@psf.upfronthosting.co.za>
2016-12-06 09:50:28serhiy.storchakalinkissue28835 messages
2016-12-06 09:50:28serhiy.storchakacreate