Opened 16 years ago

Closed 16 years ago

#6367 closed (fixed)

Link broken

Reported by: N00ne Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In "Design philosophies", section "Overall"/"Explicit is better than implicit" it is said that it is a "core Python principle", and a link is given. This link is broken.

The Zen of Python now is PEP 20. See line 2.

Article: http://www.djangoproject.com/documentation/design_philosophies/#explicit-is-better-than-implicit
Broken: http://www.python.org/doc/Humor.html#zen
Correct: http://www.python.org/dev/peps/pep-0020/

Thanks.

Attachments (1)

design_philosophies.diff (550 bytes ) - added by David Tulig 16 years ago.
Turned description into a patch

Download all attachments as: .zip

Change History (2)

by David Tulig, 16 years ago

Attachment: design_philosophies.diff added

Turned description into a patch

comment:1 by Gary Wilson, 16 years ago

Resolution: fixed
Status: newclosed

(In [7014]) Fixed #6367 -- Fixed link to zen of Python, thanks N00ne and dtulig.

Note: See TracTickets for help on using tickets.
Back to Top