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 englabenny
Recipients englabenny, georg.brandl
Date 2009-11-10.22:12:30
SpamBayes Score 2.764805e-05
Marked as misclassified No
Message-id <1257891153.41.0.767469344024.issue7303@psf.upfronthosting.co.za>
In-reply-to
Content
The module pkgutil has no documentation of functions added after its
introduction, in the official python documentation collection.

http://docs.python.org/dev/py3k/library/pkgutil.html

The module is well documented with docstrings.

I assume the module's exposed functions, some very useful, are open for
public use, for example pkgutil.iter_modules and .walk_packages.

Is all that is required copying the docstrings into the documentation?
If someone believes only Python insight and knowledge of reST sytax is
enough to make some passable documentation from the existing docstrings,
I could submit a patch for that.
History
Date User Action Args
2009-11-10 22:12:33englabennysetrecipients: + englabenny, georg.brandl
2009-11-10 22:12:33englabennysetmessageid: <1257891153.41.0.767469344024.issue7303@psf.upfronthosting.co.za>
2009-11-10 22:12:30englabennylinkissue7303 messages
2009-11-10 22:12:30englabennycreate