]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102)
authorAntoine Pitrou <antoine@python.org>
Thu, 13 May 2021 17:48:15 +0000 (19:48 +0200)
committerGitHub <noreply@github.com>
Thu, 13 May 2021 17:48:15 +0000 (10:48 -0700)
commit1aa3530314d339725519f4ad95b7dea4b00b657e
treea75d1475f46cd1c39d6abe34e8530ba247d16004
parent3c0b070f3be5e5042fb7bccb72c81bcbdf664e2d
bpo-44125: Fix "make patchcheck" on non-English locale (GH-26102)

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
Tools/scripts/patchcheck.py