Message85597
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 ? |
|
Date |
User |
Action |
Args |
2009-04-06 00:33:06 | tarek | set | recipients:
+ tarek, brett.cannon, georg.brandl, fijal |
2009-04-06 00:33:06 | tarek | set | messageid: <1238977986.06.0.543138857074.issue2953@psf.upfronthosting.co.za> |
2009-04-06 00:33:05 | tarek | link | issue2953 messages |
2009-04-06 00:33:04 | tarek | create | |
|