From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 27 May 2021 17:23:43 +0000 (-0700) Subject: bpo-43667: Add news fragment for Solaris changes (GH-26405) (GH-26409) X-Git-Tag: v3.10.0b2~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0574b0686d76e6f9199f800b5f32bd56eaff3c77;p=thirdparty%2FPython%2Fcpython.git bpo-43667: Add news fragment for Solaris changes (GH-26405) (GH-26409) (cherry picked from commit 164a4f46d1606e21d82babc010e397a9116e6730) Co-authored-by: Jakub KulĂ­k --- 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 000000000000..53130cce7180 --- /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.