[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.100, 1.831.4.101

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sat Apr 17 15:36:15 EDT 2004


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Special case normalization of empty strings. Fixes #924361.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.100
retrieving revision 1.831.4.101
diff -C2 -d -r1.831.4.100 -r1.831.4.101
*** NEWS	16 Apr 2004 20:13:57 -0000	1.831.4.100
--- NEWS	17 Apr 2004 19:36:11 -0000	1.831.4.101
***************
*** 43,46 ****
--- 43,48 ----
  -------
  
+ - Bug #924361: Properly support normalization of empty unicode strings.
+ 
  - Fixed a caching bug in platform.platform() where the argument of 'terse' was
    not taken into consideration when caching value.




More information about the Python-checkins mailing list