]> granicus.if.org Git - python/commit
Issue #13959: Rename imp to _imp and add Lib/imp.py and begin
authorBrett Cannon <brett@python.org>
Sun, 15 Apr 2012 20:08:47 +0000 (16:08 -0400)
committerBrett Cannon <brett@python.org>
Sun, 15 Apr 2012 20:08:47 +0000 (16:08 -0400)
commit6f44d66bc491bad5b8d897a68da68e009e27829d
tree311e790c6611c8dc6af47bdadce99e9730fda9fe
parent7788838473aa3993d29fcf9de25605d492f25d29
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.
Lib/imp.py [new file with mode: 0644]
Lib/importlib/_bootstrap.py
Misc/NEWS
Modules/config.c.in
PC/config.c
PC/os2emx/config.c
PC/os2vacpp/config.c
Python/import.c
Python/importlib.h
Python/pythonrun.c