]> granicus.if.org Git - python/commit
Improve usability of the SequenceMatcher by returning named tuples describing match...
authorRaymond Hettinger <python@rcn.com>
Fri, 11 Jan 2008 03:20:54 +0000 (03:20 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 11 Jan 2008 03:20:54 +0000 (03:20 +0000)
commit0ff4dafee0025f5565cbd0ef151d385fc33d7936
tree276cacd42335b727f2bdd0b6f60abb4b0ffe5a4e
parente896acc98c2e41dcc8db926964bdc9146ab373fe
Improve usability of the SequenceMatcher by returning named tuples describing match ranges.
Lib/difflib.py