summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-03-09 23:38:20 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-03-09 23:38:20 (GMT)
commit480f1bb67ba8d2857d87921391df278c5569774c (patch)
tree16370e5215e51cb589a2f07b93a2105c851ce956 /Misc
parente2b4677253a809228b16a2c48b6169e1ae576f55 (diff)
downloadcpython-480f1bb67ba8d2857d87921391df278c5569774c.zip
cpython-480f1bb67ba8d2857d87921391df278c5569774c.tar.gz
cpython-480f1bb67ba8d2857d87921391df278c5569774c.tar.bz2
Update Unicode database to Unicode 4.1.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 33c8cd7..b2c6678 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -279,6 +279,10 @@ Core and builtins
Extension Modules
-----------------
+- The unicodedata module was updated to the 4.1 version of the Unicode
+ database. The 3.2 version is still available as unicodedata.db_3_2_0
+ for applications that require this specific version (such as IDNA).
+
- The timing module is no longer built by default. It was deprecated
in PEP 4 in Python 2.0 or earlier.