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
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