[issue39242] Update news.gmane.org to news.gmane.io

STINNER Victor report at bugs.python.org
Wed Jan 8 07:49:00 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

Correct: nntplib and test_nntplib should be updated:

Doc/library/nntplib.rst:23:   >>> s = nntplib.NNTP('news.gmane.org')
Doc/library/nntplib.rst:47:   >>> s = nntplib.NNTP('news.gmane.org')
Doc/library/nntplib.rst:76:    >>> with NNTP('news.gmane.org') as n:
Doc/library/nntplib.rst:228:      >>> s = NNTP('news.gmane.org')
Doc/whatsnew/3.3.rst:1565:  >>> with NNTP('news.gmane.org') as n:
Lib/nntplib.py:1110:    parser.add_argument('-s', '--server', default='news.gmane.org',
Lib/test/test_nntplib.py:642:                    "\tXref: news.gmane.org gmane.comp.python.authors:57"
Lib/test/test_nntplib.py:1128:            "xref": "news.gmane.org gmane.comp.python.authors:57"

Do you want to work on a pull request?

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39242>
_______________________________________


More information about the Python-bugs-list mailing list