From: Brett Cannon Date: Sun, 18 Jan 2009 00:27:57 +0000 (+0000) Subject: Blocked revisions 68698 via svnmerge X-Git-Tag: v3.0.1~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f52f8bcf9d5cf1fb42abbf89069183609990b1d;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 68698 via svnmerge ........ r68698 | brett.cannon | 2009-01-17 16:24:28 -0800 (Sat, 17 Jan 2009) | 6 lines Add initial implementation of importlib. See the NOTES files for what is planned for the package. There are no docs yet, but they are coming once the API for the first new function, importlib.import_module() is finalized. ........ ---