[Python-checkins] python/dist/src/Misc NEWS,1.966,1.967
perky at users.sourceforge.net
perky at users.sourceforge.net
Tue Apr 20 17:11:43 EDT 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24492/Misc
Modified Files:
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.966
retrieving revision 1.967
diff -C2 -d -r1.966 -r1.967
*** NEWS 14 Apr 2004 07:55:31 -0000 1.966
--- NEWS 20 Apr 2004 21:10:26 -0000 1.967
***************
*** 304,307 ****
--- 304,311 ----
-------
+ - 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.
+
- Added countcallers arg to trace.Trace class (--trackcalls command line arg
when run from the command prompt).
More information about the Python-checkins
mailing list