J. D. Leach wrote: > I'm lost. Surely I've missed something simple. Maybe you can look in the source. "help" is an object defined by site.py to be a "Helper" object from pydoc.py. Look in your Python lib folder for pydoc.py and you should be able to trace through and find the source of the problem. You can probably insert some print statements, or maybe use "import pdb; pdb.set_trace" or some such approach.
-Peter -- http://mail.python.org/mailman/listinfo/python-list