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

2020-01-08 Thread miss-islington
miss-islington added the comment: New changeset b24e4fac03409c4f845758d7ed884c5a99368493 by Miss Islington (bot) in branch '3.8': bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903) https://github.com/python/cpython/commit/b24e4fac03409c4f845758d7ed884c5a99368493 -- _

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

2020-01-08 Thread miss-islington
miss-islington added the comment: New changeset 00ac28ac4d06a311fc2386ef921b2603735ffae6 by Miss Islington (bot) in branch '3.7': bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903) https://github.com/python/cpython/commit/00ac28ac4d06a311fc2386ef921b2603735ffae6 -- no

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

2020-01-08 Thread STINNER Victor
STINNER Victor added the comment: Thanks Dong-hee Na for the update. The fix landed in master, backports to 3.7 and 3.8 will automatically follow once the CI test will pas. -- components: +Library (Lib), Tests resolution: -> fixed stage: patch review -> resolved status: open -> close

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

2020-01-08 Thread STINNER Victor
STINNER Victor added the comment: New changeset 2e6a8efa837410327b593dc83c57492253b1201e by Victor Stinner (Dong-hee Na) in branch 'master': bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903) https://github.com/python/cpython/commit/2e6a8efa837410327b593dc83c57492253b1201e --

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

2020-01-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +17316 pull_request: https://github.com/python/cpython/pull/17904 ___ Python tracker ___ __

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

2020-01-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +17317 pull_request: https://github.com/python/cpython/pull/17905 ___ Python tracker ___ __

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

2020-01-08 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +17315 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17903 ___ Python tracker ___

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

2020-01-08 Thread Dong-hee Na
Dong-hee Na added the comment: @vstinner Oh! sure, I will submit the PR right a way :) -- ___ Python tracker ___ ___ Python-bugs-l

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

2020-01-08 Thread STINNER Victor
STINNER Victor 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:

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

2020-01-06 Thread Dong-hee Na
New submission from Dong-hee Na : https://discuss.python.org/t/ot-gmane-server-moving/2967 AFAIK, we have several codes that use news.gmane.org. According to article, don't we have to update it? (sorry I am not a committer, so I don't have permission to write on that) https://github.com/python