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.

classification
Title: this module (Zen of Python) docs list broken URL
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, georg.brandl, ironfroggy, pitrou
Priority: normal Keywords:

Created on 2006-12-24 16:30 by ironfroggy, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg61048 - (view) Author: Calvin Spealman (ironfroggy) Date: 2006-12-24 16:30
The this module, the Zen of Python, has a broken (404) URL in the docs. They link to http://www.python.org/doc/current/lib/module-this.html, which does not exist. Seems like a good place to keep the text, and any links to other resources on code beauty and such.
msg61421 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-01-21 17:16
Where exactly is that broken link?
msg61526 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2008-01-22 19:46
I think the original poster alludes to the fact that when doing `import
this; help(this)`, the "module docs" section points to the autogenerated
URL `http://www.python.org/doc/current/lib/module-this.html`, which
doesn't exist.
Probably nothing very annoying though :-) I had never thought of asking
for help about the `this` module before...
msg61527 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-01-22 19:50
I don't see a link with Python 2.6 or an url in the this code.
History
Date User Action Args
2022-04-11 14:56:21adminsetgithub: 44377
2008-01-22 19:50:52christian.heimessetstatus: open -> closed
nosy: + christian.heimes
resolution: not a bug
messages: + msg61527
2008-01-22 19:46:56pitrousetnosy: + pitrou
messages: + msg61526
2008-01-21 17:16:08georg.brandlsetnosy: + georg.brandl
messages: + msg61421
2006-12-24 16:30:32ironfroggycreate