]> granicus.if.org Git - python/commit
Clean up the Py3k warnings for non-BaseException-subclasses a bit. We
authorGuido van Rossum <guido@python.org>
Tue, 18 Mar 2008 03:15:05 +0000 (03:15 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 18 Mar 2008 03:15:05 +0000 (03:15 +0000)
commit20bda581e3f95a8fa9057a7d63f09d00b4e425cc
tree3d821701e4fa2bc2f37abe9369f4a255451d9874
parent04edb528ca39d25a019e7b391a3b5a69156848fe
Clean up the Py3k warnings for non-BaseException-subclasses a bit.  We
now don't warn for some corner cases that deserve a warning, rather
than warning double or incorrectly for some other corner cases.
Python/ceval.c