diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-09-10 13:38:12 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-09-10 13:38:12 (GMT) |
commit | 24329ba1762688f78ff589d0243683c4afafe096 (patch) | |
tree | b28da2fb6853f6e02df9145012d9c1a8d84c9251 /Misc/NEWS | |
parent | 9ba7a309be6b19d98e6866027ed8b110fd47184d (diff) | |
download | cpython-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/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |