| nntplib | index /usr/lib/python1.5/nntplib.py |
# An NNTP client class. Based on RFC 977: Network News Transfer
# Protocol, by Brian Kantor and Phil Lapsley.
| Modules | |||||||
| |||||||
| Classes | |||||||||||
| |||||||||||
| Constants | |||
CRLF = '\015\012' LONGRESP = ['100', '215', '220', '221', '222', '224', '230', '231', '282'] NNTP_PORT = 119 error_data = 'nntplib.error_data' error_perm = 'nntplib.error_perm' error_proto = 'nntplib.error_proto' error_reply = 'nntplib.error_reply' error_temp = 'nntplib.error_temp' | |||