]> granicus.if.org Git - python/commit
Issue #13959: Re-implement imp.load_package() in imp.py.
authorBrett Cannon <brett@python.org>
Mon, 16 Apr 2012 02:28:28 +0000 (22:28 -0400)
committerBrett Cannon <brett@python.org>
Mon, 16 Apr 2012 02:28:28 +0000 (22:28 -0400)
commit2ee61422ed2d9069e11ce685823bd247b5a2e4e6
tree3d4e1c9ad7964673fddfc9fd23ecbed42de1bdfe
parent01a76171a0fd890fabcdfe8963d26d218caf08d1
Issue #13959: Re-implement imp.load_package() in imp.py.

Thanks to Eric Snow for helping with imp.load_module() (previous
commit) which led to the removal of a bunch of C code.
Lib/imp.py
Python/import.c