[Python-Dev] imp.findmodule and zip files
Just van Rossum
just at letterror.com
Wed Oct 1 13:07:33 EDT 2003
More information about the Python-Dev mailing list
Wed Oct 1 13:07:33 EDT 2003
- Previous message: [Python-Dev] Irix problems
- Next message: [Python-Dev] imp.findmodule and zip files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tom Emerson wrote: > Should imp.find_module() work for modules that are packaged in a zip > file in 2.3.x? I'm seeing that this doesn't, and before I dive in to > figure out why, I want to see if this is the intent. The imp module is not yet updated to have full access to the new import hooks :-(. See near the end of http://www.python.org/peps/pep-0302.html for a discussion of the issues. Just
- Previous message: [Python-Dev] Irix problems
- Next message: [Python-Dev] imp.findmodule and zip files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list