summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-11-23 12:22:32 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-11-23 12:22:32 (GMT)
commit7d41e29c589148563ee163d7496b6e18ff401a1f (patch)
tree4bf0f7a5ad439e45a35405097d6c1329d7eb2da3 /Misc
parent529ec6a1ee36e3af820fdac9b19228c315206093 (diff)
downloadcpython-7d41e29c589148563ee163d7496b6e18ff401a1f.zip
cpython-7d41e29c589148563ee163d7496b6e18ff401a1f.tar.gz
cpython-7d41e29c589148563ee163d7496b6e18ff401a1f.tar.bz2
Patch #626548: Support Hangul syllable names.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 86cf16e..94caddb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -316,6 +316,9 @@ Extension modules
available in source code, but not built automatically anymore, and
is now named bsddb185.
+- unicodedata was updated to Unicode 3.2. In now also supports names
+ for Hangul syllables.
+
- resource.getrlimit() now returns longs instead of ints.
- readline now dynamically adjusts its input/output stream if