commit | d2c5b4b549b24e637b16c60bdfae7292e1e75c06 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sat Jul 10 23:54:07 2004 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sat Jul 10 23:54:07 2004 +0000 |
tree | 08241f92b66f1610de16aba177e163a95480d19a | |
parent | b8e1717041e21d2cc4a5d18fe2e948dc475f0d6e [diff] |
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).