Add note that difflib was added in Python 2.1.

This commit is contained in:
Fred Drake 2001-04-10 19:56:09 +00:00
parent 858ca0f229
commit da00cda9fa
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
\sectionauthor{Tim Peters}{tim.one@home.com} \sectionauthor{Tim Peters}{tim.one@home.com}
% LaTeXification by Fred L. Drake, Jr. <fdrake@acm.org>. % LaTeXification by Fred L. Drake, Jr. <fdrake@acm.org>.
\versionadded{2.1}
\begin{funcdesc}{get_close_matches}{word, possibilities\optional{, \begin{funcdesc}{get_close_matches}{word, possibilities\optional{,
n\optional{, cutoff}}} n\optional{, cutoff}}}
Return a list of the best ``good enough'' matches. \var{word} is a Return a list of the best ``good enough'' matches. \var{word} is a