Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve accuracy. In the .tex file, note the new "% BUG:" comments: an | Tim Peters | 2001-02-20 | 1 | -3/+3 |
| | | | | extra backslash is getting displayed in the generated HTML. | ||||
* | Fix a few small typos in the docstrings. | Fred Drake | 2001-02-19 | 1 | -5/+5 |
| | | | | | get_close_matches(): Do not use %-interpolation for strings when concatenation is more efficient. | ||||
* | Moved SequenceMatcher from ndiff into new std library module difflib.py. | Tim Peters | 2001-02-10 | 1 | -0/+781 |
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: ---------------------------------------------------------------------- |