How to write a python program to export the help document to a file?

boyeestudio boyee118 at gmail.com
Mon Apr 10 20:33:25 EDT 2006


How to write a python program to export the help document to a file?
for example:
   I need the os document,I use:
>>>import os
>>>help(os)
then it will show me all about os.But I need it redirect to a file.
How to do that?
Thanks a lot!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20060411/0649497e/attachment.html>


More information about the Python-list mailing list