]> granicus.if.org Git - python/commit
Issue #13959: Re-implement imp.find_module() in Lib/imp.py.
authorBrett Cannon <brett@python.org>
Sun, 22 Apr 2012 01:09:46 +0000 (21:09 -0400)
committerBrett Cannon <brett@python.org>
Sun, 22 Apr 2012 01:09:46 +0000 (21:09 -0400)
commite69f0df45b709c25ac80617c41bbae16f56870fb
tree3f2e403bb7db8d003baa0f1b35342bb39d157fd0
parentb8c0206bd4b113ea774554a608057f4ad6ebfabc
Issue #13959: Re-implement imp.find_module() in Lib/imp.py.

Thanks to Eric Snow for taking an initial stab at the implementation.
Lib/imp.py
Python/import.c