~ubuntu-branches/ubuntu/precise/python3.2/precise

« back to all changes in this revision

Viewing changes to Doc/library/nntplib.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-02-14 16:12:14 UTC
  • mfrom: (10.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110214161214-f5vwa226kebccmt9
Tags: 3.2~rc3-1
Python 3.2 release candidate 3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
   pair: NNTP; protocol
11
11
   single: Network News Transfer Protocol
12
12
 
 
13
**Source code:** :source:`Lib/nntplib.py`
 
14
 
 
15
--------------
 
16
 
13
17
This module defines the class :class:`NNTP` which implements the client side of
14
18
the Network News Transfer Protocol.  It can be used to implement a news reader
15
19
or poster, or automated news processors.  It is compatible with :rfc:`3977`