diff options
author | Fred Drake <fdrake@acm.org> | 2001-01-25 17:29:18 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-01-25 17:29:18 (GMT) |
commit | 29052482d145d199356dc79fd975e4eb2d735108 (patch) | |
tree | 75b1ae63a6120fc652df37829eca2d001ad438fc /Doc/lib/libcmpcache.tex | |
parent | cf069da57df2a68365ed7c21f91151784210d711 (diff) | |
download | cpython-29052482d145d199356dc79fd975e4eb2d735108.zip cpython-29052482d145d199356dc79fd975e4eb2d735108.tar.gz cpython-29052482d145d199356dc79fd975e4eb2d735108.tar.bz2 |
Removed references to Python 1.5.3; that was a "tentative" number I used
in the docs to indicate the next version before we decided on 1.6.
Adjusted winsound.Beep() description slightly as well.
Diffstat (limited to 'Doc/lib/libcmpcache.tex')
-rw-r--r-- | Doc/lib/libcmpcache.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/lib/libcmpcache.tex b/Doc/lib/libcmpcache.tex index cd4fd6b..58b03e2 100644 --- a/Doc/lib/libcmpcache.tex +++ b/Doc/lib/libcmpcache.tex @@ -5,8 +5,7 @@ \sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il} \modulesynopsis{Compare files very efficiently.} -% XXX check version number before release! -\deprecated{1.5.3}{Use the \module{filecmp} module instead.} +\deprecated{1.6}{Use the \refmodule{filecmp} module instead.} The \module{cmpcache} module provides an identical interface and similar functionality as the \refmodule{cmp} module, but can be a bit more efficient |