Question on extracting doc strings from .py files

Fredrik Lundh fredrik at pythonware.com
Wed Aug 16 11:34:59 EDT 2006


metaperl wrote:

>>>> import os; help(os)
> 
> Then you see the following (see below). But I don't understand where
> the line
> "MODULE DOCS
>     http://www.python.org/doc/current/lib/module-os.html
> "
> 
> is encoded in os.py anywhere. If you search for the words
> 'module-os.html' you find nothing. Ditto for 'MODULE DOCS'

try searching for 'www.python.org/doc/current'

</F>




More information about the Python-list mailing list