summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-02-21 03:24:29 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-02-21 03:24:29 (GMT)
commit71f660e00f1d4de04a6a2d4430f0cadb71edf115 (patch)
tree44ef21d5710d9492bd8bc302050242249118ce4c /Misc/NEWS
parent16fa2a10970a92cba1ee1249ed7bcf7d2c131051 (diff)
downloadcpython-71f660e00f1d4de04a6a2d4430f0cadb71edf115.zip
cpython-71f660e00f1d4de04a6a2d4430f0cadb71edf115.tar.gz
cpython-71f660e00f1d4de04a6a2d4430f0cadb71edf115.tar.bz2
update to Unicode 6.1
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 1a6ce28..4bcaf6b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.3 Alpha 1?
Core and Builtins
-----------------
+- Upgrade Unicode data to Unicode 6.1.
+
- Issue #14040: Remove rarely used file name suffixes for C extensions
(under POSIX mainly).