commit | bd789862799c7d4464970d3e0031255fb35952eb | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Dec 19 21:21:06 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Dec 19 21:21:06 2013 +0200 |
tree | 37ba766d676b82c33e5f322c19861bcb1856ef93 | |
parent | 9450219b0692c9e56ddcd0dc130c995b98f9550f [diff] [blame] |
Issue #5815: Fixed support for locales with modifiers. Fixed support for locale encodings with hyphens.
diff --git a/Misc/NEWS b/Misc/NEWS index 9c9233c..22c7fbf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Library ------- +- Issue #5815: Fixed support for locales with modifiers. Fixed support for + locale encodings with hyphens. + - Issue #20026: Fix the sqlite module to handle correctly invalid isolation level (wrong type).