[Python-checkins] python/dist/src/Misc NEWS,1.536,1.537

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 23 Nov 2002 04:22:34 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv13615/Misc

Modified Files:
	NEWS 
Log Message:
Patch #626548: Support Hangul syllable names.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.536
retrieving revision 1.537
diff -C2 -d -r1.536 -r1.537
*** NEWS	23 Nov 2002 09:45:04 -0000	1.536
--- NEWS	23 Nov 2002 12:22:32 -0000	1.537
***************
*** 317,320 ****
--- 317,323 ----
    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.