mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)
This commit is contained in:
parent
9a669d58e8
commit
2e6a8efa83
4 changed files with 10 additions and 7 deletions
|
@ -1107,7 +1107,7 @@ if __name__ == '__main__':
|
|||
nntplib built-in demo - display the latest articles in a newsgroup""")
|
||||
parser.add_argument('-g', '--group', default='gmane.comp.python.general',
|
||||
help='group to fetch messages from (default: %(default)s)')
|
||||
parser.add_argument('-s', '--server', default='news.gmane.org',
|
||||
parser.add_argument('-s', '--server', default='news.gmane.io',
|
||||
help='NNTP server hostname (default: %(default)s)')
|
||||
parser.add_argument('-p', '--port', default=-1, type=int,
|
||||
help='NNTP port number (default: %s / %s)' % (NNTP_PORT, NNTP_SSL_PORT))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue