[Python-checkins] python/dist/src/Misc NEWS,1.1036,1.1037

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sun Jul 11 01:54:10 CEST 2004


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

Modified Files:
	NEWS 
Log Message:
SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator
that behaves as if both lists has an empty string in each of them.

Closes bug #979794 (and duplicate bug #980117).


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1036
retrieving revision 1.1037
diff -C2 -d -r1.1036 -r1.1037
*** NEWS	10 Jul 2004 23:14:30 -0000	1.1036
--- NEWS	10 Jul 2004 23:54:07 -0000	1.1037
***************
*** 30,33 ****
--- 30,37 ----
  -------
  
+ - Bug #979794: difflib.get_grouped_opcodes() now handles the case of when it is
+   comparing two empty lists.  Was affecting both context_diff() and
+   unified_diff().  Was also a duplicate of bug #980117.
+ 
  - Bug #980938: smtplib now prints debug output to sys.stderr.
  



More information about the Python-checkins mailing list