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 ncoghlan
Recipients docs@python, ncoghlan
Date 2011-03-29.12:31:46
SpamBayes Score 0.0024580008
Marked as misclassified No
Message-id <1301401907.02.0.216152132906.issue11710@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/py3k/urllib errors out rather than returning an index page for the modules that are part of the urllib package.

This index page could also link to the HOWTO at http://docs.python.org/py3k/howto/urllib2.html

The following packages have the same problem:
xml, http, xmlrpc, concurrent

These ones look OK:
logging, curses, html, tkinter

These index pages don't necessarily need to be linked from the contents page, but they should exist so that manually typed URLs for these packages do something useful rather than erroring out with a 404.
History
Date User Action Args
2011-03-29 12:31:47ncoghlansetrecipients: + ncoghlan, docs@python
2011-03-29 12:31:47ncoghlansetmessageid: <1301401907.02.0.216152132906.issue11710@psf.upfronthosting.co.za>
2011-03-29 12:31:46ncoghlanlinkissue11710 messages
2011-03-29 12:31:46ncoghlancreate