Skip to content

bpo-42794: Update test_nntplib to use offical group name for testing#24037

Merged
corona10 merged 2 commits intopython:masterfrom
corona10:bpo-42794
Jan 1, 2021
Merged

bpo-42794: Update test_nntplib to use offical group name for testing#24037
corona10 merged 2 commits intopython:masterfrom
corona10:bpo-42794

Conversation

@corona10
Copy link
Copy Markdown
Member

@corona10 corona10 commented Jan 1, 2021

@corona10
Copy link
Copy Markdown
Member Author

corona10 commented Jan 1, 2021

I add the backport label for 3.7 and 3.6 also.
We often send backport patches for security issues but this issue breaks 3.7 and 3.6 testing also.
If there are other opinions please let me know.

@malemburg
Copy link
Copy Markdown
Member

Patch looks good.

NNTP_HOST = 'nntp.aioe.org'
GROUP_NAME = 'comp.lang.python'
GROUP_PAT = 'comp.lang.*'
GROUP_NAME = 'aioe.test'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you add a comment, add "bpo-42794: " which always helps for future readers ;-)

Copy link
Copy Markdown
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@corona10 corona10 requested a review from malemburg January 1, 2021 14:01
@corona10 corona10 merged commit ec31653 into python:master Jan 1, 2021
@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @corona10 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7, 3.8, 3.9.
🐍🍒⛏🤖

@bedevere-bot
Copy link
Copy Markdown

GH-24039 is a backport of this pull request to the 3.9 branch.

@bedevere-bot
Copy link
Copy Markdown

GH-24040 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 1, 2021
…ythonGH-24037)

(cherry picked from commit ec31653)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 1, 2021
…ythonGH-24037)

(cherry picked from commit ec31653)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
@bedevere-bot
Copy link
Copy Markdown

GH-24041 is a backport of this pull request to the 3.7 branch.

@bedevere-bot
Copy link
Copy Markdown

GH-24042 is a backport of this pull request to the 3.6 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 1, 2021
…ythonGH-24037)

(cherry picked from commit ec31653)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 1, 2021
…ythonGH-24037)

(cherry picked from commit ec31653)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
miss-islington added a commit that referenced this pull request Jan 1, 2021
…H-24037)

(cherry picked from commit ec31653)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
miss-islington added a commit that referenced this pull request Jan 1, 2021
…H-24037)

(cherry picked from commit ec31653)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
ned-deily pushed a commit that referenced this pull request Jan 1, 2021
…H-24037) (GH-24041)

(cherry picked from commit ec31653)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
ned-deily pushed a commit that referenced this pull request Jan 1, 2021
…H-24037) (GH-24042)

(cherry picked from commit ec31653)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants