]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
get_matching_blocks(): rewrote code & comments so they match; added
authorTim Peters <tim.peters@gmail.com>
Tue, 13 Jun 2006 03:30:07 +0000 (03:30 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 13 Jun 2006 03:30:07 +0000 (03:30 +0000)
commit7ca6677218e7e31fa6a6629c4fe6d052de22793c
treebb183c9f32535d1cf62bcebef84c70f007d3e5b3
parent2adc626bb515be2b6c6c0657d5db48933895593a
get_matching_blocks():  rewrote code & comments so they match; added
more comments about why it's this way at all; and removed what looked
like needless expense (sorting (i, j, k) triples directly should give
exactly the same order as sorting (i, (i, j, k)) pairs).
Lib/difflib.py