diff options
author | Fred Drake <fdrake@acm.org> | 2001-04-10 19:56:09 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-04-10 19:56:09 (GMT) |
commit | da00cda9fa879611158dfed4ff638bf6592b7d12 (patch) | |
tree | c472bb3d0f22dd8672decd5bb8298d726e9bd7f5 /Doc | |
parent | 858ca0f2293e6f7bb38e2935e44504baeed35a4f (diff) | |
download | cpython-da00cda9fa879611158dfed4ff638bf6592b7d12.zip cpython-da00cda9fa879611158dfed4ff638bf6592b7d12.tar.gz cpython-da00cda9fa879611158dfed4ff638bf6592b7d12.tar.bz2 |
Add note that difflib was added in Python 2.1.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libdifflib.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libdifflib.tex b/Doc/lib/libdifflib.tex index aa09a9d..0c35d60 100644 --- a/Doc/lib/libdifflib.tex +++ b/Doc/lib/libdifflib.tex @@ -7,6 +7,9 @@ \sectionauthor{Tim Peters}{tim.one@home.com} % LaTeXification by Fred L. Drake, Jr. <fdrake@acm.org>. +\versionadded{2.1} + + \begin{funcdesc}{get_close_matches}{word, possibilities\optional{, n\optional{, cutoff}}} Return a list of the best ``good enough'' matches. \var{word} is a |