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 brett.cannon
Recipients brett.cannon, fijal, georg.brandl, tarek
Date 2009-04-06.18:16:17
SpamBayes Score 4.130926e-06
Marked as misclassified No
Message-id <bbaeab100904061114k4460d0b9j427c7cca236f2eea@mail.gmail.com>
In-reply-to <1238992363.65.0.509603376971.issue2953@psf.upfronthosting.co.za>
Content
2009/4/5 <"Tarek Ziadé <report@bugs.python.org>"@psf.upfronthosting.co.za>

>
> Tarek Ziadé <ziade.tarek@gmail.com> added the comment:
>
> > Does distutils use _zip_directory_cache in any way?
>
> Not at all. But pkgutil does,

Ah, OK.

> and uses to get a dirlist,

Couldn't one just open the zip file with zipfile to get the directory list?
Is there any real requirement that the cache must be used?

>
> so I guess a new API should be created in zipimport to handle this case
> as well. (I think it's some setuptools code originallyt, that landed in
> pkgutil)

Probably.
Files
File name Uploaded
unnamed brett.cannon, 2009-04-06.18:16:16
History
Date User Action Args
2009-04-06 18:16:19brett.cannonsetrecipients: + brett.cannon, georg.brandl, fijal, tarek
2009-04-06 18:16:17brett.cannonlinkissue2953 messages
2009-04-06 18:16:17brett.cannoncreate