]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Moved SequenceMatcher from ndiff into new std library module difflib.py.
authorTim Peters <tim.peters@gmail.com>
Sat, 10 Feb 2001 08:00:53 +0000 (08:00 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 10 Feb 2001 08:00:53 +0000 (08:00 +0000)
commit9ae2148adaa6320e6e1017d9786522f2b57e10f0
tree0ea5ae804e3adbd3136166c0e8740c9c30c59936
parent6db54c69a40a0358efc237292ee55a2de5122cd4
Moved SequenceMatcher from ndiff into new std library module difflib.py.
Guido told me to do this <wink>.
Greatly expanded docstrings, and fleshed out with examples.
New std test.
Added new get_close_matches() function for ESR.
Needs docs, but LaTeXification of the module docstring is all it needs.
\CVS: ----------------------------------------------------------------------
Lib/difflib.py [new file with mode: 0644]
Lib/test/output/test_difflib [new file with mode: 0644]
Lib/test/test_difflib.py [new file with mode: 0644]
Tools/scripts/ndiff.py