This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-10-21 08:54:03 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
dec4a6143c
cpython
/
Lib
/
test
/
test_difflib.py
3 lines
60 B
Python
Raw
Normal View
History
Unescape
Escape
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: ----------------------------------------------------------------------
2001-02-10 08:00:53 +00:00
import
doctest
,
difflib
Remove test_difflib's output file and change test_difflib to stop generating it. Since this is purely a doctest, the output file never served a good purpose.
2001-05-23 01:45:19 +00:00
doctest
.
testmod
(
difflib
,
verbose
=
0
)
Reference in a new issue
Copy permalink