Home
last modified time | relevance | path

Searched refs:NNTP_PORT (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dnntplib.py127 NNTP_PORT = 119 variable
1021 def __init__(self, host, port=NNTP_PORT, user=None, password=None,
1109 help='NNTP port number (default: %s / %s)' % (NNTP_PORT, NNTP_SSL_PORT))
1119 port = NNTP_PORT
/external/python/cpython2/Lib/
Dnntplib.py87 NNTP_PORT = 119 variable
101 def __init__(self, host, port=NNTP_PORT, user=None, password=None,