From: Brett Cannon Date: Mon, 26 Jan 2009 01:21:47 +0000 (+0000) Subject: Blocked revisions 68953 via svnmerge X-Git-Tag: v3.1a1~398 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e9c0f5cdfe3f90b5070a16a73659ea13b11c585;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 68953 via svnmerge ........ r68953 | brett.cannon | 2009-01-25 17:16:50 -0800 (Sun, 25 Jan 2009) | 3 lines Backport importlib in the form of providing importlib.import_module(). This has been done purely to help transitions from 2.7 to 3.1. ........ ---