From: Mark Dickinson Date: Sat, 3 Apr 2010 16:44:40 +0000 (+0000) Subject: Blocked revisions 79707 via svnmerge X-Git-Tag: v2.6.6rc1~496 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=901194edbb672f32d4e5a288358a5b81e8ca04ee;p=python 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. ........ ---