[docs] Wrong version availability listed in pkgutil docs.

Monson, Kyle E Kyle.Monson at pnnl.gov
Tue Aug 30 01:15:34 CEST 2011


In section 30.5. pkgutil it does not list which version of python each function and class became available.

>From what I can see looking at the code in the repo:

2.3 (http://hg.python.org/cpython/file/2.3/Lib/pkgutil.py)
extend_path

2.5 (http://hg.python.org/cpython/file/2.5/Lib/pkgutil.py)
walk_packages
iter_modules
ImpImporter
ImpLoader
get_importer
iter_importers
get_loader
find_loader

2.6 (http://hg.python.org/cpython/file/2.6/Lib/pkgutil.py)
get_data

2.7 and 2.4 did not introduce anything new.

Thanks,
Kyle

__________________________________________________
Kyle Monson
Scientist
Software Engineering & Architecture
Pacific Northwest National Laboratory
902 Battelle Boulevard
P.O. Box 999, MSIN K7-28
Richland, WA  99352 USA
Tel:  509-375-6379
kyle.monson at pnl.gov<mailto:kyle.monson at pnl.gov>
www.pnl.gov<http://www.pnl.gov>



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20110829/eff625fd/attachment.html>


More information about the docs mailing list