This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author RSokolov
Recipients RSokolov, georg.brandl
Date 2009-10-05.06:11:24
SpamBayes Score 0.010284005
Marked as misclassified No
Message-id <1254723088.53.0.157607422381.issue7062@psf.upfronthosting.co.za>
In-reply-to
Content
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 docs found in source distribution:
$ cat ~/terrarium/sources/py26st/Doc/library/IN.rst
cat: /home/roma/terrarium/sources/py26st/Doc/library/IN.rst: No such 
file or directory
History
Date User Action Args
2009-10-05 06:11:28RSokolovsetrecipients: + RSokolov, georg.brandl
2009-10-05 06:11:28RSokolovsetmessageid: <1254723088.53.0.157607422381.issue7062@psf.upfronthosting.co.za>
2009-10-05 06:11:26RSokolovlinkissue7062 messages
2009-10-05 06:11:25RSokolovcreate