]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
authorTIGirardi <tiagoigirardi@gmail.com>
Tue, 20 Oct 2020 11:39:52 +0000 (08:39 -0300)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 11:39:52 +0000 (12:39 +0100)
commitf2312037e3a974d26ed3e23884f94c6af111a27a
tree526751eda29e5bc7bffed8dcb7a5e87c5074d6c7
parentd5d052127059fd99c90ea7a2e948a0242a1d7285
bpo-38324: Fix test__locale.py Windows failures (GH-20529)

Use wide-char _W_* fields of lconv structure on Windows
Remove "ps_AF" from test__locale.known_numerics on Windows
Lib/test/test__locale.py
Misc/NEWS.d/next/Windows/2020-05-30-02-46-43.bpo-38324.476M-5.rst [new file with mode: 0644]
Modules/_localemodule.c
Python/fileutils.c