summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@in-nomine.org>2009-05-08 14:18:00 (GMT)
committerJeroen Ruigrok van der Werven <asmodai@in-nomine.org>2009-05-08 14:18:00 (GMT)
commit0a866947c9dc6330a54714ea50fcb55a2ff7dfe4 (patch)
tree25f12e9f4f4ccec3fcee0aed4cf8b2a5eef3f164 /Misc
parent4072ff3e936663e93fd5a5af8c0882442b244e46 (diff)
downloadcpython-0a866947c9dc6330a54714ea50fcb55a2ff7dfe4.zip
cpython-0a866947c9dc6330a54714ea50fcb55a2ff7dfe4.tar.gz
cpython-0a866947c9dc6330a54714ea50fcb55a2ff7dfe4.tar.bz2
Merged revisions 72469 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72469 | jeroen.ruigrok | 2009-05-08 16:11:23 +0200 (vr, 08 mei 2009) | 2 lines Update the Windows locale mapping with the ones introduced with Vista. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4051323..43abc90 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -973,6 +973,8 @@ Library
protocol numbers are supplied outside the allowed 0-65536 range on bind()
and getservbyport().
+- Windows locale mapping updated to Vista.
+
Tools/Demos
-----------