diff options
author | TIGirardi <tiagoigirardi@gmail.com> | 2020-10-20 11:39:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 11:39:52 (GMT) |
commit | f2312037e3a974d26ed3e23884f94c6af111a27a (patch) | |
tree | 526751eda29e5bc7bffed8dcb7a5e87c5074d6c7 /Misc | |
parent | d5d052127059fd99c90ea7a2e948a0242a1d7285 (diff) | |
download | cpython-f2312037e3a974d26ed3e23884f94c6af111a27a.zip cpython-f2312037e3a974d26ed3e23884f94c6af111a27a.tar.gz cpython-f2312037e3a974d26ed3e23884f94c6af111a27a.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
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. |