summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-09-10 13:38:12 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-09-10 13:38:12 (GMT)
commit24329ba1762688f78ff589d0243683c4afafe096 (patch)
treeb28da2fb6853f6e02df9145012d9c1a8d84c9251 /Misc
parent9ba7a309be6b19d98e6866027ed8b110fd47184d (diff)
downloadcpython-24329ba1762688f78ff589d0243683c4afafe096.zip
cpython-24329ba1762688f78ff589d0243683c4afafe096.tar.gz
cpython-24329ba1762688f78ff589d0243683c4afafe096.tar.bz2
Issue #3811: The Unicode database was updated to 5.1.
Reviewed by Fredrik Lundh and Marc-Andre Lemburg.
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 4a201f2..08b2020 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -68,6 +68,8 @@ C-API
Library
-------
+- Issue #3811: The Unicode database was updated to 5.1.
+
- Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging.
- Issue 3781: Clean up the API for warnings.catch_warnings() by having it