From: Mark Dickinson Date: Sat, 3 Apr 2010 16:42:09 +0000 (+0000) Subject: Blocked revisions 79707 via svnmerge X-Git-Tag: v3.2a1~1248 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eae3c4ce3f4518820e3d1828532d0b43003f5b4f;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 79707 via svnmerge ........ r79707 | mark.dickinson | 2010-04-03 17:41:20 +0100 (Sat, 03 Apr 2010) | 5 lines Ensure 'module removed' warning messages contain the word 'module' or 'package'. This should fix the test_py3kwarn failure on OS X. test_support.import_module also requires this. ........ ---