diff options
author | Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-10-20 12:07:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 12:07:14 (GMT) |
commit | c17ff5cad2952d9abd63aeae060cae5658257b0c (patch) | |
tree | 5a63ed2acf3f7805e4d9f13872830d852d6cc5df /Misc | |
parent | 3fc7080220b8dd2e1b067b3224879133d895ea80 (diff) | |
download | cpython-c17ff5cad2952d9abd63aeae060cae5658257b0c.zip cpython-c17ff5cad2952d9abd63aeae060cae5658257b0c.tar.gz cpython-c17ff5cad2952d9abd63aeae060cae5658257b0c.tar.bz2 |
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
(cherry picked from commit f2312037e3a974d26ed3e23884f94c6af111a27a)
Co-authored-by: TIGirardi <tiagoigirardi@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2020-05-30-02-46-43.bpo-38324.476M-5.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2020-05-30-02-46-43.bpo-38324.476M-5.rst b/Misc/NEWS.d/next/Windows/2020-05-30-02-46-43.bpo-38324.476M-5.rst new file mode 100644 index 0000000..c45aa13 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2020-05-30-02-46-43.bpo-38324.476M-5.rst @@ -0,0 +1 @@ +Avoid Unicode errors when accessing certain locale data on Windows. |