commit | 6f44d66bc491bad5b8d897a68da68e009e27829d | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Sun Apr 15 16:08:47 2012 -0400 |
committer | Brett Cannon <brett@python.org> | Sun Apr 15 16:08:47 2012 -0400 |
tree | 311e790c6611c8dc6af47bdadce99e9730fda9fe | |
parent | 7788838473aa3993d29fcf9de25605d492f25d29 [diff] |
Issue #13959: Rename imp to _imp and add Lib/imp.py and begin rewriting functionality in pure Python. To start, imp.new_module() has been rewritten in pure Python, put into importlib (privately) and then publicly exposed in imp.