From: Guido van Rossum Date: Tue, 18 Mar 2008 04:27:57 +0000 (+0000) Subject: Blocked revisions 61486 via svnmerge X-Git-Tag: v3.0a4~139 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca531efffe83c6b5c3c23dfc10b616ddb0ae6d38;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 61486 via svnmerge ........ r61486 | guido.van.rossum | 2008-03-17 23:26:48 -0500 (Mon, 17 Mar 2008) | 3 lines Issue #2341: Add a Py3k warning when raising an exception that doesn't derive from BaseException. ........ ---