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!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to