[New-bugs-announce] [issue19416] NNTP page has incorrect links
Roy Smith
report at bugs.python.org
Sun Oct 27 14:18:25 CET 2013
New submission from Roy Smith:
http://docs.python.org/2/library/nntplib.html contains intra-page references such as:
NNTP.next()
Send a NEXT command. Return as for stat().
The problem is that the link for "stat" points to the stat module (i.e. http://docs.python.org/2/library/stat.html#module-stat). It should be pointing to the NNTP.stat() entry on this page.
The problem exists for :
NNTP.next()
NNTP.last()
NNTP.head(id)
NNTP.body(id[, file])
NNTP.article(id)
and maybe some others I missed.
----------
assignee: docs at python
components: Documentation
messages: 201456
nosy: docs at python, roysmith
priority: normal
severity: normal
status: open
title: NNTP page has incorrect links
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19416>
_______________________________________
More information about the New-bugs-announce
mailing list