diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-11-23 12:22:32 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-11-23 12:22:32 (GMT) |
commit | 7d41e29c589148563ee163d7496b6e18ff401a1f (patch) | |
tree | 4bf0f7a5ad439e45a35405097d6c1329d7eb2da3 /Misc | |
parent | 529ec6a1ee36e3af820fdac9b19228c315206093 (diff) | |
download | cpython-7d41e29c589148563ee163d7496b6e18ff401a1f.zip cpython-7d41e29c589148563ee163d7496b6e18ff401a1f.tar.gz cpython-7d41e29c589148563ee163d7496b6e18ff401a1f.tar.bz2 |
Patch #626548: Support Hangul syllable names.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |