From 7398384e0179a611b2fdada5984c0aa91db8df8c Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 18 Mar 2008 04:05:39 +0000 Subject: [PATCH] Blocked revisions 61478 via svnmerge ........ r61478 | guido.van.rossum | 2008-03-17 22:15:05 -0500 (Mon, 17 Mar 2008) | 4 lines 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. ........