[issue7062] No docs for module 'IN'

2009-10-22 Thread Georg Brandl
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

[issue7062] No docs for module 'IN'

2009-10-04 Thread Roman Sokolov
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