Logo
Explore Help
Sign In
ada/cpython
0
0
Fork 0
You've already forked cpython
mirror of https://github.com/AdaCore/cpython.git synced 2026-02-12 12:57:15 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
fd16834ca7eec00fbdbfccbd551d335f2cbd5d3d
cpython/Lib/test/test_difflib.py

3 lines
60 B
Python
Raw Normal View History

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
doctest.testmod(difflib, verbose=1)
Reference in New Issue Copy Permalink
Powered by Gitea Page: 96ms Template: 4ms
English
English
Licenses API