]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42224: Fix test_format when locale does not expect number grouping (GH-23067)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Mon, 2 Nov 2020 15:51:56 +0000 (17:51 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Nov 2020 15:51:56 +0000 (17:51 +0200)
commit723e21a8e79815ae77474d1f21b9847b9c9bdbeb
tree8c950f4955725e30da47a7fdcac8d2a22c66d1d6
parentff852aabf22908e7ef0325af65bab5d02c421fd8
bpo-42224: Fix test_format when locale does not expect number grouping (GH-23067)

(cherry picked from commit 301822859b3fc34801a06f1090d62f9f2ee5b092)
Lib/test/test_format.py