On Mon, 14 Jan 2002, Bob Miller wrote: > Larry Price wrote: > > > There are ongoing projects to do something of this sort, but mostly if > > it's not in the standard library and it's not in debian, it's on a path > > that leads through a google search. > > Okay, how do I find/search the standard library documentation?
http://python.org/doc/versions.html has a list of links, follow the link that matches the version of your python (I recommend 2.1.1, though 1.5.2 is what's probably included by default in most linux distros) grab a tarball of the complete documentation set in your favorite flavor. unzip; install; look for modules index.
