commit | 7ca6677218e7e31fa6a6629c4fe6d052de22793c | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue Jun 13 03:30:07 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue Jun 13 03:30:07 2006 +0000 |
tree | bb183c9f32535d1cf62bcebef84c70f007d3e5b3 | |
parent | 2adc626bb515be2b6c6c0657d5db48933895593a [diff] |
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).