a document I would like to see...

Mark Harrison mh at pixar.com
Thu Jul 29 14:02:00 EDT 2004


A text file containing one-line summaries of everything in
the standard library, including module name.

Then I could do things like this:

grep dircmp                  # what module is dircmp in?
grep sort                    # what are my options for sorting?
grep print | grep -v xmllib  # what can print, ignoring xmllib?

Any such thing exist?

Many TIA!
Mark

-- 
Mark Harrison
Pixar Animation Studios



More information about the Python-list mailing list