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.
Created on 2011年03月29日 12:31 by ncoghlan, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (7) | |||
|---|---|---|---|
| msg132481 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2011年03月29日 12:31 | |
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. |
|||
| msg132753 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2011年04月01日 16:42 | |
It works with docs.python.org/py3k/library/urllib |
|||
| msg132756 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2011年04月01日 16:51 | |
That link goes to a 404 error page for me. |
|||
| msg132758 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2011年04月01日 16:54 | |
Okay, now I understand your request: a spam package should have a page at library/spam in addition to submodules pages. +1. |
|||
| msg132760 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2011年04月01日 17:06 | |
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 many packages - only xml and xmlrpc are missing landing pages in that version. |
|||
| msg133717 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2011年04月14日 06:55 | |
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.) |
|||
| msg172186 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年10月06日 11:49 | |
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 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:15 | admin | set | github: 55919 |
| 2012年10月06日 11:49:29 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg172186 resolution: fixed stage: resolved |
| 2011年04月14日 23:41:43 | rhettinger | set | assignee: docs@python -> georg.brandl nosy: + georg.brandl |
| 2011年04月14日 22:54:21 | orsenthil | set | nosy:
+ orsenthil |
| 2011年04月14日 06:55:06 | ezio.melotti | set | messages: + msg133717 |
| 2011年04月01日 17:06:24 | ncoghlan | set | messages: + msg132760 |
| 2011年04月01日 16:54:17 | eric.araujo | set | messages:
+ msg132758 versions: + Python 3.1, Python 2.7 |
| 2011年04月01日 16:51:01 | ncoghlan | set | messages: + msg132756 |
| 2011年04月01日 16:42:41 | eric.araujo | set | nosy:
+ eric.araujo messages: + msg132753 |
| 2011年04月01日 16:33:03 | ezio.melotti | set | nosy:
+ ezio.melotti |
| 2011年03月29日 12:31:46 | ncoghlan | create | |