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-05.23:18:44
SpamBayes Score 0.015567506
Marked as misclassified No
Message-id <1238973525.82.0.462727188387.issue2953@psf.upfronthosting.co.za>
In-reply-to
Content
_zip_directory_cache is part of the zipimport module (C module) you can
find in Modules/zipimport.c.

The tests are located here: ./Lib/test/test_zipimport.py

_zip_directory_cache is a dict used by zipimporter_init to speed up the
lookup.

Notice that if it is successfully compiled, zipimport is used by pkgutil.

So Maciek, did you have a bug with this ?
History
Date User Action Args
2009-04-05 23:18:46tareksetrecipients: + tarek, brett.cannon, georg.brandl, fijal
2009-04-05 23:18:45tareksetmessageid: <1238973525.82.0.462727188387.issue2953@psf.upfronthosting.co.za>
2009-04-05 23:18:44tareklinkissue2953 messages
2009-04-05 23:18:44tarekcreate