[docs] [issue11710] Landing pages in docs for standard library packages
Ezio Melotti
report at bugs.python.org
Thu Apr 14 08:55:07 CEST 2011
Ezio Melotti <ezio.melotti at gmail.com> added the comment:
The packages without a landing page on 3.2 are:
concurrent
xml
urllib
http
xmlrpc
In the concurrent case the problem could be solved with redirects too, since there's only one module in the package. The other modules could provide a landing page that lists the modules in the package. (Note that the html page only lists html.escape, so the other modules could be added there too.)
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11710>
_______________________________________
More information about the docs
mailing list