Skip to content

Commit 2905248

Browse files
committed
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.
1 parent cf069da commit 2905248

3 files changed

Lines changed: 7 additions & 9 deletions

File tree

Doc/lib/libcmp.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ \section{\module{cmp} ---
55
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
66
\modulesynopsis{Compare files very efficiently.}
77

8-
% XXX check version number before release!
9-
\deprecated{1.5.3}{Use the \module{filecmp} module instead.}
8+
\deprecated{1.6}{Use the \refmodule{filecmp} module instead.}
109

1110
The \module{cmp} module defines a function to compare files, taking all
1211
sort of short-cuts to make it a highly efficient operation.

Doc/lib/libcmpcache.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ \section{\module{cmpcache} ---
55
\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
66
\modulesynopsis{Compare files very efficiently.}
77

8-
% XXX check version number before release!
9-
\deprecated{1.5.3}{Use the \module{filecmp} module instead.}
8+
\deprecated{1.6}{Use the \refmodule{filecmp} module instead.}
109

1110
The \module{cmpcache} module provides an identical interface and similar
1211
functionality as the \refmodule{cmp} module, but can be a bit more efficient

Doc/lib/libwinsound.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ \section{\module{winsound} ---
2121
through \code{0x7fff}). The \var{duration} parameter specifies the
2222
number of milliseconds the sound should last. If the system is not
2323
able to beep the speaker, \exception{RuntimeError} is raised.
24-
Note: this function works as documented above only on Windows NT and
25-
Windows 2000. Under Windows 95 and 98, the arguments are ignored;
24+
\strong{Note:} Under Windows 95 and 98, the arguments are ignored;
2625
if the system has a sound card, the system default sound is played
27-
(typically ding.wav, or whatever is registered as the default sound via
28-
Control Panel -> Sounds); else (no sound card) the standard system beep.
29-
\versionadded{1.5.3} % XXX fix this version number when release is scheduled!
26+
(typically \file{ding.wav}, or whatever is registered as the default
27+
sound via Control Panel -> Sounds); else (no sound card) the
28+
standard system beep.
29+
\versionadded{1.6}
3030
\end{funcdesc}
3131

3232
\begin{funcdesc}{PlaySound}{sound, flags}

0 commit comments

Comments
 (0)