Re: undocumented functions in pkgutil

2008-05-29 Thread Benjamin
On May 29, 12:34 pm, Michele Simionato <[EMAIL PROTECTED]> wrote: > I see that the pkgutil module has many useful functions which are > however undocumented. > Does anybody know why it is so? In particolar, can I safely use > pkg.walk_packages > without risking a change of interface in the future?

undocumented functions in pkgutil

2008-05-29 Thread Michele Simionato
I see that the pkgutil module has many useful functions which are however undocumented. Does anybody know why it is so? In particolar, can I safely use pkg.walk_packages without risking a change of interface in the future? I looks unlikely, since pkgutil is used in setuptools, but I want to be sure