[Python-checkins] python/dist/src/Misc NEWS,1.984,1.985
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Thu Jun 3 00:03:42 EDT 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31650
Modified Files:
NEWS
Log Message:
One more attempt to fix the grammar.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.984
retrieving revision 1.985
diff -C2 -d -r1.984 -r1.985
*** NEWS 2 Jun 2004 16:52:49 -0000 1.984
--- NEWS 3 Jun 2004 04:03:30 -0000 1.985
***************
*** 13,18 ****
-----------------
! - Unicode type got two new methods now; iswide() and width(). They
! manipulate east asian width information from Unicode TR11.
- Improved the tuple hashing algorithm to give fewer collisions in
--- 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
More information about the Python-checkins
mailing list