From: Nick Coghlan Date: Sat, 11 Apr 2009 14:33:04 +0000 (+0000) Subject: Blocked revisions 71469 via svnmerge X-Git-Tag: 3.0~241 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=546a65b86a522b70ba427b3502a5470029fff9b9;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 71469 via svnmerge ................ r71469 | nick.coghlan | 2009-04-12 00:30:59 +1000 (Sun, 12 Apr 2009) | 9 lines Merged revisions 71465 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71465 | nick.coghlan | 2009-04-11 23:31:31 +1000 (Sat, 11 Apr 2009) | 1 line Issue 5354: Provide a standardised testing mechanism for doing fresh imports of modules, including the ability to block extension modules in order to test the pure Python fallbacks ........ ................ ---