>>> import pydoc >>> import sys >>> sys.version '2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)]' >>> pydoc sys SyntaxError: invalid syntax >>>
The documentation for pydoc says: "Run "pydoc <name>" to show documentation on something." What am I missing? Thanks! Chris -- http://mail.python.org/mailman/listinfo/python-list