[issue11710] Landing pages in docs for standard library packages

Nick Coghlan report at bugs.python.org
Tue Mar 29 14:31:47 CEST 2011


New submission from Nick Coghlan <ncoghlan at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 132481
nosy: docs at python, ncoghlan
priority: normal
severity: normal
status: open
title: Landing pages in docs for standard library packages
versions: Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11710>
_______________________________________


More information about the Python-bugs-list mailing list