This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jvr
Recipients
Date 2004-04-02.16:53:43
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=92689

Hm, I forgot about the caching of directory info. I don't think 
properly supporting reloading from zip files is worth the effort. It 
would be nice if it failed nicer, though.

The reload patch is still cool, though, since it should fix reloading 
with PEP 302-style importers in general (yet zipimport may still 
choose not to support it). A reload test in test_importhooks.py 
would be a great addition.
History
Date User Action Args
2007-08-23 14:18:46adminlinkissue856103 messages
2007-08-23 14:18:46admincreate