Re: Question on extracting doc strings from .py files

2006-08-16 Thread Fredrik Lundh
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 not

Question on extracting doc strings from .py files

2006-08-16 Thread metaperl
If you type: >>> 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