]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42224: Fix test_format when locale does not expect number grouping (GH-23067)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Nov 2020 15:46:00 +0000 (07:46 -0800)
committerGitHub <noreply@github.com>
Mon, 2 Nov 2020 15:46:00 +0000 (07:46 -0800)
commit1e96de9ed4b1ca96d345b7e309a8fe3802638f4a
tree4bcad76c8cf7d3d8999b2c058defe21466f52580
parentad37c66adcd474e3d42a51c63ecb6a54ca2d23f2
bpo-42224: Fix test_format when locale does not expect number grouping (GH-23067)

(cherry picked from commit 301822859b3fc34801a06f1090d62f9f2ee5b092)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Lib/test/test_format.py