[Python-checkins] CVS: python/dist/src/Lib/test test_difflib.py,NONE,1.1

Tim Peters tim_one@users.sourceforge.net
Sat, 10 Feb 2001 00:00:55 -0800


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv20941/python/dist/src/Lib/test

Added Files:
	test_difflib.py 
Log Message:
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: ----------------------------------------------------------------------


--- NEW FILE: test_difflib.py ---
import doctest, difflib
doctest.testmod(difflib, verbose=1)