File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1110The \module {cmp} module defines a function to compare files, taking all
1211sort of short-cuts to make it a highly efficient operation.
Original file line number Diff line number Diff 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
1110The \module {cmpcache} module provides an identical interface and similar
1211functionality as the \refmodule {cmp} module, but can be a bit more efficient
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments