summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@in-nomine.org>2009-05-08 14:11:23 (GMT)
committerJeroen Ruigrok van der Werven <asmodai@in-nomine.org>2009-05-08 14:11:23 (GMT)
commitb87b33462cba96331db2d063b968063855946d9a (patch)
treedfed624dbd9999bad568b103e8b4e0e8bbb51702 /Misc/NEWS
parent51133d42975559688388dd8e31c474958f8c703e (diff)
downloadcpython-b87b33462cba96331db2d063b968063855946d9a.zip
cpython-b87b33462cba96331db2d063b968063855946d9a.tar.gz
cpython-b87b33462cba96331db2d063b968063855946d9a.tar.bz2
Update the Windows locale mapping with the ones introduced with Vista.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e36c4a1..e097b43 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -876,6 +876,8 @@ Library
makeunicodedata.py and regenerated the Unicode database (This fixes
u'\u1d79'.lower() == '\x00').
+- Windows locale mapping updated to Vista.
+
Tools/Demos
-----------