[Python-checkins] python/dist/src/Misc NEWS,1.986,1.987

perky at users.sourceforge.net perky at users.sourceforge.net
Thu Jun 3 07:11:01 EDT 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5116/Misc

Modified Files:
	NEWS 
Log Message:
Fix the grammar a bit more. (Adjusted by Tony Meyer)


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.986
retrieving revision 1.987
diff -C2 -d -r1.986 -r1.987
*** NEWS	3 Jun 2004 09:18:35 -0000	1.986
--- NEWS	3 Jun 2004 11:10:58 -0000	1.987
***************
*** 13,18 ****
  -----------------
  
! - Unicode objects received two new methods now; iswide() and width(). They
!   query east asian width information according to Unicode TR11.
  
  - Improved the tuple hashing algorithm to give fewer collisions in
--- 13,19 ----
  -----------------
  
! - Unicode objects received two new methods: iswide() and width().
!   These query East Asian width information, as specified in Unicode
!   TR11.
  
  - Improved the tuple hashing algorithm to give fewer collisions in




More information about the Python-checkins mailing list