diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2020-01-09 00:29:34 +0900 |
---|---|---|
committer | Victor Stinner <vstinner@python.org> | 2020-01-08 16:29:34 +0100 |
commit | 2e6a8efa837410327b593dc83c57492253b1201e (patch) | |
tree | d6adabe2c65cbe22e8ed12063ba0c31847ed3f5f /Lib/nntplib.py | |
parent | 9a669d58e8cb586fba38c84d5b631cd8a95d0c0c (diff) | |
download | cpython-git-2e6a8efa837410327b593dc83c57492253b1201e.tar.gz |
bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)
Diffstat (limited to 'Lib/nntplib.py')
-rw-r--r-- | Lib/nntplib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/nntplib.py b/Lib/nntplib.py index 1b7e83af01..9036f361b5 100644 --- a/Lib/nntplib.py +++ b/Lib/nntplib.py @@ -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)) |