diff options
author | Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-10-20 11:58:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 11:58:06 (GMT) |
commit | 4cde523aa467c92a713674c793ab87e7c56486c4 (patch) | |
tree | be9cd1a92551d5940442ae759d948cacfad9708f /Misc/NEWS.d | |
parent | d1eb75585ef4c108732ec815cdc0adef087b1c3e (diff) | |
download | cpython-4cde523aa467c92a713674c793ab87e7c56486c4.zip cpython-4cde523aa467c92a713674c793ab87e7c56486c4.tar.gz cpython-4cde523aa467c92a713674c793ab87e7c56486c4.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/NEWS.d')
-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. |