[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 do that?

    $ pydoc os > os.txt

Trent

-- 
Trent Mick
[EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to