commit | 93881c6c58296f26b2560c27aeee7b425f211e9f | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Mon Jan 26 01:16:50 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Mon Jan 26 01:16:50 2009 +0000 |
tree | 813d4845c4ae52ee063653c44187458460923671 | |
parent | aaedcef5786f10593b51d389423b5d7ce97727c0 [diff] [blame] |
Backport importlib in the form of providing importlib.import_module(). This has been done purely to help transitions from 2.7 to 3.1.
diff --git a/Doc/library/modules.rst b/Doc/library/modules.rst index ec6f7cd..b5543e6 100644 --- a/Doc/library/modules.rst +++ b/Doc/library/modules.rst
@@ -14,6 +14,7 @@ .. toctree:: imp.rst + importlib.rst imputil.rst zipimport.rst pkgutil.rst