Backport importlib in the form of providing importlib.import_module(). This has
commitaf1bca9e22aa7156d50c40873b424caba94fb957
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 26 Jan 2009 01:16:50 +0000 (26 01:16 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 26 Jan 2009 01:16:50 +0000 (26 01:16 +0000)
treedeac60dfc018fdcc2f4e8a3733ee377b87403797
parent539e8b3eb74fc3ae36d10cb78a7f4576878f7bca
Backport importlib in the form of providing importlib.import_module(). This has
been done purely to help transitions from 2.7 to 3.1.

git-svn-id: http://svn.python.org/projects/python/trunk@68953 6015fed2-1504-0410-9fe1-9d1591cc4771
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