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 tarek
Recipients brett.cannon, fijal, georg.brandl, tarek
Date 2009-04-06.00:33:04
SpamBayes Score 0.00027855605
Marked as misclassified No
Message-id <1238977986.06.0.543138857074.issue2953@psf.upfronthosting.co.za>
In-reply-to
Content
I am not sure what you would like to see added.

in zipimport.c:

"- _zip_directory_cache: a dict, mapping archive paths to zip directory
  info dicts, as used in zipimporter._files.
"

while there are no direct test, Lib/test/test_zipimport.py covers it
becauseit is used when you instanciate a zipimport class.

would you like to see a section explaining how it works at 
http://docs.python.org/library/zipimport.html ?
History
Date User Action Args
2009-04-06 00:33:06tareksetrecipients: + tarek, brett.cannon, georg.brandl, fijal
2009-04-06 00:33:06tareksetmessageid: <1238977986.06.0.543138857074.issue2953@psf.upfronthosting.co.za>
2009-04-06 00:33:05tareklinkissue2953 messages
2009-04-06 00:33:04tarekcreate