Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
nntplib.py File Reference

Go to the source code of this file.

Data Structures

class  NNTPError
 
class  NNTPReplyError
 
class  NNTPTemporaryError
 
class  NNTPPermanentError
 
class  NNTPProtocolError
 
class  NNTPDataError
 
class  NNTP
 

Namespaces

 nntplib
 

Constant Groups

 nntplib
 

Variables

list __all__
 
 error_reply = NNTPReplyError
 
 error_temp = NNTPTemporaryError
 
 error_perm = NNTPPermanentError
 
 error_proto = NNTPProtocolError
 
 error_data = NNTPDataError
 
int NNTP_PORT = 119
 
list LONGRESP = ['100', '215', '220', '221', '222', '224', '230', '231', '282']
 
string CRLF = '\r\n'