Tarek Ziadé <ziade.ta...@gmail.com> added the comment: _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 ? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue2953> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com