[Python-checkins] python/dist/src/Misc NEWS,1.538,1.539

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 23 Nov 2002 10:01:34 -0800


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

Modified Files:
	NEWS 
Log Message:
Implement names for CJK unified ideographs. Add name to KeyError output.
Verify that the lookup for an existing name succeeds.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.538
retrieving revision 1.539
diff -C2 -d -r1.538 -r1.539
*** NEWS	23 Nov 2002 16:28:12 -0000	1.538
--- NEWS	23 Nov 2002 18:01:31 -0000	1.539
***************
*** 319,323 ****
  
  - unicodedata was updated to Unicode 3.2. In now also supports names
!   for Hangul syllables.
  
  - resource.getrlimit() now returns longs instead of ints.
--- 319,323 ----
  
  - 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.