[issue11710] Landing pages in docs for standard library packages

2012-10-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1141648fa655 by Georg Brandl in branch '3.3': Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http". http://hg.python.org/cpython/rev/1141648fa655 --

[issue11710] Landing pages in docs for standard library packages

2011-04-14 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: docs@python -> georg.brandl nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-lis

[issue11710] Landing pages in docs for standard library packages

2011-04-14 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue11710] Landing pages in docs for standard library packages

2011-04-13 Thread Ezio Melotti
Ezio Melotti 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 th

[issue11710] Landing pages in docs for standard library packages

2011-04-01 Thread Nick Coghlan
Nick Coghlan added the comment: Oh, I see the confusion - yeah, the missing "library" in the URL in my first post was just a typo. It was actually present in my test URLs (otherwise the 4 packages with landing pages wouldn't have worked). The problem in 2.7 is smaller, since there aren't as a

[issue11710] Landing pages in docs for standard library packages

2011-04-01 Thread Éric Araujo
Éric Araujo added the comment: Okay, now I understand your request: a spam package should have a page at library/spam in addition to submodules pages. +1. -- versions: +Python 2.7, Python 3.1 ___ Python tracker

[issue11710] Landing pages in docs for standard library packages

2011-04-01 Thread Nick Coghlan
Nick Coghlan added the comment: That link goes to a 404 error page for me. -- ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue11710] Landing pages in docs for standard library packages

2011-04-01 Thread Éric Araujo
Éric Araujo added the comment: It works with docs.python.org/py3k/library/urllib -- nosy: +eric.araujo ___ Python tracker ___ ___ Pyt

[issue11710] Landing pages in docs for standard library packages

2011-04-01 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue11710] Landing pages in docs for standard library packages

2011-03-29 Thread Nick Coghlan
New submission from Nick Coghlan : 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