Brett Cannon <[email protected]> added the comment: On Fri, Oct 22, 2010 at 12:49, Antoine Pitrou <[email protected]> wrote: > > Antoine Pitrou <[email protected]> added the comment: > >> After thinking about what warning to go with, I take back my python-dev >> suggestion of ResourceWarning and switch to DebugWarning. > > So what is your advice now? > I've thought about the DebugWarning name myself and I think it's a rather bad > name, because many warnings are debug-related in practice. I'd just say stick > with ResourceWarning.
That's true. And the warning hierarchy is rather shallow anyway. I'm fine with ResourceWarning then. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10093> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
