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 alex, amaury.forgeotdarc, benjamin.peterson, brett.cannon, brian.curtin, exarkun, giampaolo.rodola, pitrou
Date 2010-10-22.03:04:18
SpamBayes Score 5.218783e-05
Marked as misclassified No
Message-id <1287716662.44.0.978166224301.issue10093@psf.upfronthosting.co.za>
In-reply-to
Content
After thinking about what warning to go with, I take back my python-dev suggestion of ResourceWarning and switch to DebugWarning. It is in fact harder to add in DebugWarning as a superclass to ResourceWarning than the other way around, especially once people start doing custom filters and decide that DebugWarning should not be filtered as a whole but ResourceWarning should (or some such crazy thing).
History
Date User Action Args
2010-10-22 03:04:22brett.cannonsetrecipients: + brett.cannon, exarkun, amaury.forgeotdarc, pitrou, giampaolo.rodola, benjamin.peterson, alex, brian.curtin
2010-10-22 03:04:22brett.cannonsetmessageid: <1287716662.44.0.978166224301.issue10093@psf.upfronthosting.co.za>
2010-10-22 03:04:21brett.cannonlinkissue10093 messages
2010-10-22 03:04:18brett.cannoncreate