Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dnntplib.py128 NNTP_SSL_PORT = 563 variable
1067 def __init__(self, host, port=NNTP_SSL_PORT,
1109 help='NNTP port number (default: %s / %s)' % (NNTP_PORT, NNTP_SSL_PORT))
1123 port = NNTP_SSL_PORT