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 brett.cannon
Recipients brett.cannon
Date 2013-06-17.14:59:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371481160.56.0.0975578809817.issue18242@psf.upfronthosting.co.za>
In-reply-to
Content
Both idlelib.run and idlelib.PyShell replace warning.formatwarning which is a no-no. Only warning.showwarning is design to be replaced in any way. The proper solution is to replace warnings.showwarning with code that calls whatever formatting function you provide.
History
Date User Action Args
2013-06-17 14:59:20brett.cannonsetrecipients: + brett.cannon
2013-06-17 14:59:20brett.cannonsetmessageid: <1371481160.56.0.0975578809817.issue18242@psf.upfronthosting.co.za>
2013-06-17 14:59:20brett.cannonlinkissue18242 messages
2013-06-17 14:59:20brett.cannoncreate