summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-11-23 18:01:32 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-11-23 18:01:32 (GMT)
commitef7fe2e8137824248cf45d316535b76dae302b5a (patch)
tree01a0b67fae5af758f8c8cc18459266756f4e1074 /Misc/NEWS
parent8579efc86c18b7b824ec080582f032674e2f8a5e (diff)
downloadcpython-ef7fe2e8137824248cf45d316535b76dae302b5a.zip
cpython-ef7fe2e8137824248cf45d316535b76dae302b5a.tar.gz
cpython-ef7fe2e8137824248cf45d316535b76dae302b5a.tar.bz2
Implement names for CJK unified ideographs. Add name to KeyError output.
Verify that the lookup for an existing name succeeds.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 71da82d..8fdd1f6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -318,7 +318,7 @@ Extension modules
is now named bsddb185.
- unicodedata was updated to Unicode 3.2. In now also supports names
- for Hangul syllables.
+ for Hangul syllables and CJK unified ideographs.
- resource.getrlimit() now returns longs instead of ints.