[issue13959] Re-implement parts of imp in pure Python

Brett Cannon report at bugs.python.org
Mon Apr 16 00:34:59 CEST 2012


Brett Cannon <brett at python.org> added the comment:

I am seeing how this is going to go down. the load_dynamic, load_source, etc. family of functions are simply dispatched to by load_module(). So to keep some semblance of backwards-compatibility, each of those modules need to be implemented and then have load_module() simply dispatch to them based on the "type" of module it is.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13959>
_______________________________________


More information about the Python-bugs-list mailing list