Georg Brandl added the comment:
That's the case for all undocumented modules (there are some like IN,
that only contain constants; they're also going away in Py3k). However,
pydoc can't know which modules are documented, so I'm going to close
this as "won't fix".
--
resolution: -> won
New submission from Roman Sokolov :
Python 2.6.3 (r263:75183, Oct 2 2009, 11:22:08)
>>> import IN
>>> help(IN)
-- contain following lines:
"MODULE DOCS
http://docs.python.org/library/IN";
, but server returns 404 error:
"The requested URL /library/IN was not found on this server."
and no do