-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
bpo-44125: Fix "make patchcheck" on non-English locale #26102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the catch, @pitrou !
@pitrou: Status check is done, and it's a success ✅ . |
Thanks @pitrou for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.9. |
The patch from [bpo-44074]() does not account for a possibly non-English locale and blindly greps for "HEAD branch" in a possibly localized text. Automerge-Triggered-By: GH:pitrou (cherry picked from commit 1aa3530) Co-authored-by: Antoine Pitrou <[email protected]>
GH-26105 is a backport of this pull request to the 3.10 branch. |
The patch from [bpo-44074]() does not account for a possibly non-English locale and blindly greps for "HEAD branch" in a possibly localized text. Automerge-Triggered-By: GH:pitrou (cherry picked from commit 1aa3530) Co-authored-by: Antoine Pitrou <[email protected]>
GH-26106 is a backport of this pull request to the 3.9 branch. |
The patch from [bpo-44074]() does not account for a possibly non-English locale and blindly greps for "HEAD branch" in a possibly localized text. Automerge-Triggered-By: GH:pitrou (cherry picked from commit 1aa3530) Co-authored-by: Antoine Pitrou <[email protected]>
The patch from [bpo-44074]() does not account for a possibly non-English locale and blindly greps for "HEAD branch" in a possibly localized text. Automerge-Triggered-By: GH:pitrou (cherry picked from commit 1aa3530) Co-authored-by: Antoine Pitrou <[email protected]>
The patch from bpo-44074 does not account for a possibly non-English locale and blindly greps for "HEAD branch" in a possibly localized text.
https://bugs.python.org/issue44125
Automerge-Triggered-By: GH:pitrou