[Python-checkins] python/dist/src/Misc NEWS,1.540,1.541

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 23 Nov 2002 14:08:17 -0800


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

Modified Files:
	NEWS 
Log Message:
Patch #626485: Support Unicode normalization.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.540
retrieving revision 1.541
diff -C2 -d -r1.540 -r1.541
*** NEWS	23 Nov 2002 18:48:06 -0000	1.540
--- NEWS	23 Nov 2002 22:08:15 -0000	1.541
***************
*** 318,323 ****
    is now named bsddb185.
  
! - unicodedata was updated to Unicode 3.2. In now also supports names
!   for Hangul syllables and CJK unified ideographs.
  
  - resource.getrlimit() now returns longs instead of ints.
--- 318,323 ----
    is now named bsddb185.
  
! - unicodedata was updated to Unicode 3.2. It supports normalization
!   and names for Hangul syllables and CJK unified ideographs.
  
  - resource.getrlimit() now returns longs instead of ints.