Hello,<br>
<br>
I&#39;ve been implementing zipimport module recently for the pypy project and I came to the following problem:<br>
<br>
When zipimport is there, easy install is mangling with zipimport._zip_directory_cache, which is<br>
a) undocumented in importer protocol<br>
b) starts with an _<br>
c) explodes when I compile pypy and import site.py (providing that I&#39;ve got easy_install installed)<br>
<br>
Any propositions what to do here? Just providing _zip_directory_cache
is not really an option, since it has no documentation and no
unittests, which means it might change at any moment.<br>
<br>
Cheers,<br>
fijal<br>