diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-01-26 01:16:50 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-01-26 01:16:50 (GMT) |
commit | 93881c6c58296f26b2560c27aeee7b425f211e9f (patch) | |
tree | 813d4845c4ae52ee063653c44187458460923671 /Misc | |
parent | aaedcef5786f10593b51d389423b5d7ce97727c0 (diff) | |
download | cpython-93881c6c58296f26b2560c27aeee7b425f211e9f.zip cpython-93881c6c58296f26b2560c27aeee7b425f211e9f.tar.gz cpython-93881c6c58296f26b2560c27aeee7b425f211e9f.tar.bz2 |
Backport importlib in the form of providing importlib.import_module(). This has
been done purely to help transitions from 2.7 to 3.1.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -145,6 +145,9 @@ Core and Builtins Library ------- +- Backport importlib from Python 3.1. Only the import_module() function has + been backported to help facilitate transitions from 2.7 to 3.1. + - Issue #1885: distutils. When running sdist with --formats=tar,gztar the tar file was overriden by the gztar one. |