#9487 closed (fixed)
Links to Python docs broken after Python docs refactor
| Reported by: | freejoe76 | Owned by: | Karen Tracey |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
This is the 404'ed link: http://www.python.org/doc/current/lib/module-csv.html (it's at the top of this page: http://docs.djangoproject.com/en/dev/howto/outputting-csv/ )
Here are the available options for what the link ought to be (didn't see one that fit best):
http://www.google.com/search?domains=www.python.org&sitesearch=www.python.org&sourceid=google-search&q=python+CSV&submit=search
Change History (4)
comment:1 by , 17 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 17 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
| Summary: | Link on "Outputting CSV with Django" to python.org's CSV information returns a 404 → Links to Python docs broken after Python docs refactor |
There are actually about a dozen links in Django docs to Python docs, and most likely now return 404 after their docs refactor.
comment:3 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:4 by , 17 years ago
Note:
See TracTickets
for help on using tickets.
I'd guess http://docs.python.org/library/csv.html is what it should be now.