bpo-42794: Update test_nntplib to use offical group name for testing#24037
bpo-42794: Update test_nntplib to use offical group name for testing#24037corona10 merged 2 commits intopython:masterfrom
Conversation
|
I add the backport label for 3.7 and 3.6 also. |
|
Patch looks good. |
| NNTP_HOST = 'nntp.aioe.org' | ||
| GROUP_NAME = 'comp.lang.python' | ||
| GROUP_PAT = 'comp.lang.*' | ||
| GROUP_NAME = 'aioe.test' |
There was a problem hiding this comment.
It's probably a good idea to add a comment to this section, mentioning that aioe.test is one of the official groups on this server used for testing: https://news.aioe.org/manual/aioe-hierarchy/
There was a problem hiding this comment.
If you add a comment, add "bpo-42794: " which always helps for future readers ;-)
|
Thanks @corona10 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7, 3.8, 3.9. |
|
GH-24039 is a backport of this pull request to the 3.9 branch. |
|
GH-24040 is a backport of this pull request to the 3.8 branch. |
…ythonGH-24037) (cherry picked from commit ec31653) Co-authored-by: Dong-hee Na <donghee.na@python.org>
…ythonGH-24037) (cherry picked from commit ec31653) Co-authored-by: Dong-hee Na <donghee.na@python.org>
|
GH-24041 is a backport of this pull request to the 3.7 branch. |
|
GH-24042 is a backport of this pull request to the 3.6 branch. |
…ythonGH-24037) (cherry picked from commit ec31653) Co-authored-by: Dong-hee Na <donghee.na@python.org>
…ythonGH-24037) (cherry picked from commit ec31653) Co-authored-by: Dong-hee Na <donghee.na@python.org>
https://bugs.python.org/issue42794