A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://svn.python.org/projects/python/branches/r22b2-branch/Doc/lib/libcmpcache.tex below:

\section{\module{cmpcache} --- Efficient file comparisons} \declaremodule{standard}{cmpcache} \sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il} \modulesynopsis{Compare files very efficiently.} \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 as it uses \function{statcache.stat()} instead of \function{os.stat()} (see the \refmodule{statcache} module for information on the difference). \note{Using the \refmodule{statcache} module to provide \function{stat()} information results in trashing the cache invalidation mechanism: results are not as reliable. To ensure ``current'' results, use \function{cmp.cmp()} instead of the version defined in this module, or use \function{statcache.forget()} to invalidate the appropriate entries.}

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4