summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJakub KulĂ­k <Kulikjak@gmail.com>2021-05-27 17:08:16 (GMT)
committerGitHub <noreply@github.com>2021-05-27 17:08:16 (GMT)
commit164a4f46d1606e21d82babc010e397a9116e6730 (patch)
tree76e6c4925be9932deb613869658f8511665bc6d4 /Misc
parent9f494d492944c3a6a7a7471b4ad3a025dc7de289 (diff)
downloadcpython-164a4f46d1606e21d82babc010e397a9116e6730.zip
cpython-164a4f46d1606e21d82babc010e397a9116e6730.tar.gz
cpython-164a4f46d1606e21d82babc010e397a9116e6730.tar.bz2
bpo-43667: Add news fragment for Solaris changes (GH-26405)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-05-27-17-34-29.bpo-43667.ND9jP3.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-05-27-17-34-29.bpo-43667.ND9jP3.rst b/Misc/NEWS.d/next/Core and Builtins/2021-05-27-17-34-29.bpo-43667.ND9jP3.rst
new file mode 100644
index 0000000..53130cce
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2021-05-27-17-34-29.bpo-43667.ND9jP3.rst
@@ -0,0 +1,2 @@
+Improve Unicode support in non-UTF locales on Oracle Solaris. This issue
+does not affect other Solaris systems.