mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Added deprecation notes, in case anyone decides to read these anyway.
This commit is contained in:
parent
143db4b041
commit
7eaf6828cb
2 changed files with 6 additions and 0 deletions
|
|
@ -5,6 +5,9 @@
|
|||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\modulesynopsis{Compare files very efficiently.}
|
||||
|
||||
% XXX check version number before release!
|
||||
\deprecated{1.5.3}{Use the \module{filecmp} module instead.}
|
||||
|
||||
The \module{cmp} module defines a function to compare files, taking all
|
||||
sort of short-cuts to make it a highly efficient operation.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\modulesynopsis{Compare files very efficiently.}
|
||||
|
||||
% XXX check version number before release!
|
||||
\deprecated{1.5.3}{Use the \module{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
|
||||
as it uses \function{statcache.stat()} instead of \function{os.stat()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue