mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add note that difflib was added in Python 2.1.
This commit is contained in:
parent
858ca0f229
commit
da00cda9fa
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue