STINNER Victor <vstin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue39242>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to