]> granicus.if.org Git - python/commit
Backport importlib in the form of providing importlib.import_module(). This has
authorBrett Cannon <bcannon@gmail.com>
Mon, 26 Jan 2009 01:16:50 +0000 (01:16 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 26 Jan 2009 01:16:50 +0000 (01:16 +0000)
commit93881c6c58296f26b2560c27aeee7b425f211e9f
tree813d4845c4ae52ee063653c44187458460923671
parentaaedcef5786f10593b51d389423b5d7ce97727c0
Backport importlib in the form of providing importlib.import_module(). This has
been done purely to help transitions from 2.7 to 3.1.
Doc/library/importlib.rst [new file with mode: 0644]
Doc/library/modules.rst
Lib/importlib.py [new file with mode: 0644]
Lib/test/test_importlib.py [new file with mode: 0644]
Misc/NEWS