summaryrefslogtreecommitdiff
path: root/Doc/library/nntplib.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-27 20:38:46 +0000
committerRaymond Hettinger <python@rcn.com>2011-01-27 20:38:46 +0000
commit2f7a5dcbe8c62931cd56c684f01b3739e30d3e5e (patch)
treeb71e16ba4cc65d3dbd1c7eb91763058a0acf1f1d /Doc/library/nntplib.rst
parent2d6d772fbef518ce87be8ed5b757b43fcde679b3 (diff)
downloadcpython-2f7a5dcbe8c62931cd56c684f01b3739e30d3e5e.tar.gz
More source links
Diffstat (limited to 'Doc/library/nntplib.rst')
-rw-r--r--Doc/library/nntplib.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/nntplib.rst b/Doc/library/nntplib.rst
index 0f97806734..164f149096 100644
--- a/Doc/library/nntplib.rst
+++ b/Doc/library/nntplib.rst
@@ -10,6 +10,10 @@
pair: NNTP; protocol
single: Network News Transfer Protocol
+**Source code:** :source:`Lib/nntplib.py`
+
+--------------
+
This module defines the class :class:`NNTP` which implements the client side of
the Network News Transfer Protocol. It can be used to implement a news reader
or poster, or automated news processors. It is compatible with :rfc:`3977`