Message 29835 - Python tracker (original) (raw)

Message29835

Author thimsmith
Recipients
Date 2006-09-15.08:17:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The Previous, Up and Next links in the Library Reference are often missing the last word. Examples: http://www.python.org/doc/current/lib/module-operator.html """Previous: 3.9 UserString Up: 3. Python Runtime Services Next: 3.10.1 Mapping Operators to """ (Next link missing last word "Functions".) http://www.python.org/doc/current/lib/weakref-example.html """Previous: 3.3.1 Weak Reference Objects Up: 3.3 weakref Next: 3.3.3 Weak References in """ (Next link missing last two words "Extension Types".) There are *many* examples of this.
History
Date User Action Args
2007-08-23 14:42:40 admin link issue1559142 messages
2007-08-23 14:42:40 admin create