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

perky at users.sourceforge.net perky at users.sourceforge.net
Tue Apr 20 17:16:38 EDT 2004


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
SF #926075: Fixed the bug that returns a wrong pattern object for
a string or unicode object in sre.compile() when a different type
pattern with the same value exists.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.101
retrieving revision 1.831.4.102
diff -C2 -d -r1.831.4.101 -r1.831.4.102
*** NEWS	17 Apr 2004 19:36:11 -0000	1.831.4.101
--- NEWS	20 Apr 2004 21:15:54 -0000	1.831.4.102
***************
*** 43,46 ****
--- 43,50 ----
  -------
  
+ - Bug #926075: Fixed a bug that returns a wrong pattern object
+   for a string or unicode object in sre.compile() when a different
+   type pattern with the same value exists.
+ 
  - Bug #924361: Properly support normalization of empty unicode strings.
  




More information about the Python-checkins mailing list