[Python-Dev] Created branch for PEP 302 phase 2 work (in C)

A.M. Kuchling amk at amk.ca
Tue Oct 3 02:21:10 CEST 2006


On Mon, Oct 02, 2006 at 11:27:07PM +0100, Paul Moore wrote:
> Yes, I'm quite surprised at how much has appeared in pkgutil. The
> "what's new" entry is very terse, and the module documentation itself
> hasn't been updated to mention the new stuff. 

These two things are related, of course; I couldn't figure out which
bits of pkgutil.py are intended to be publicly used and which weren't.
There's an __all__ in the module, but some things such as read_code()
don't look like they're intended for external use.

--amk



More information about the Python-Dev mailing list