Brett Cannon <br...@python.org> added the comment:

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).

----------
nosy: +brett.cannon

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10093>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to