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.

Author roysmith
Recipients docs@python, roysmith
Date 2013-10-27.13:18:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382879905.74.0.020204746466.issue19416@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-10-27 13:18:25roysmithsetrecipients: + roysmith, docs@python
2013-10-27 13:18:25roysmithsetmessageid: <1382879905.74.0.020204746466.issue19416@psf.upfronthosting.co.za>
2013-10-27 13:18:25roysmithlinkissue19416 messages
2013-10-27 13:18:25roysmithcreate