Home
last modified time | relevance | path

Searched refs:NNTP (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dnntplib.py1 """An NNTP client class based on:
3 - RFC 2980: Common NNTP Extensions
8 >>> from nntplib import NNTP
9 >>> s = NNTP('news')
40 # - NNTP.date() returns a datetime object
41 # - NNTP.newgroups() and NNTP.newnews() take a datetime (or date) object,
43 # - NNTP.newgroups() and NNTP.list() return a list of GroupInfo named tuples
44 # - NNTP
299 class NNTP: global() class
[all...]
/third_party/python/Lib/test/
H A Dtest_nntplib.py15 from nntplib import NNTP, GroupInfo namespace
125 # NNTP has 7 mandatory fields
201 # Tolerate running the tests from behind a NNTP virus checker
210 # The server under test implements NNTP version 2 and has a
319 NNTP_CLASS = NNTP
352 # Technical limits for this public NNTP server (see http://www.aioe.org):
381 """A raw IO object allowing NNTP commands to be received and processed
432 class NNTPServer(nntplib.NNTP):
472 welcome = "200 NNTP mock server"
642 # Date was passed in RFC 3977 format (NNTP "v
[all...]

Completed in 2 milliseconds