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

2006-04-10 Thread Trent Mick
[boyeestudio wrote] > 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 d

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

2006-04-10 Thread boyeestudio
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