commit | 2ee61422ed2d9069e11ce685823bd247b5a2e4e6 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Sun Apr 15 22:28:28 2012 -0400 |
committer | Brett Cannon <brett@python.org> | Sun Apr 15 22:28:28 2012 -0400 |
tree | 3d4e1c9ad7964673fddfc9fd23ecbed42de1bdfe | |
parent | 01a76171a0fd890fabcdfe8963d26d218caf08d1 [diff] |
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.