From: Brett Cannon Date: Sat, 10 May 2008 03:17:52 +0000 (+0000) Subject: Blocked revisions 62985-62986 via svnmerge X-Git-Tag: v3.0b1~414 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=704cf164d05bd0dad32a33d5866595f374ad0152;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 62985-62986 via svnmerge ........ r62985 | brett.cannon | 2008-05-09 20:14:32 -0700 (Fri, 09 May 2008) | 2 lines The Canvas module has been deprecated for removal in 3.0. ........ r62986 | brett.cannon | 2008-05-09 20:16:38 -0700 (Fri, 09 May 2008) | 3 lines Make sure warnings are not suppressed when testing for the raised DeprecationWarning. ........ ---