mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
whatsnew: filecmp.clear_cache, and reword description of cache in docs.
This commit is contained in:
parent
70e04f5fbc
commit
4885f49e7f
3 changed files with 17 additions and 6 deletions
|
@ -43,8 +43,8 @@ def cmp(f1, f2, shallow=True):
|
|||
True if the files are the same, False otherwise.
|
||||
|
||||
This function uses a cache for past comparisons and the results,
|
||||
with a cache invalidation mechanism relying on stale signatures
|
||||
or by explicitly calling clear_cache().
|
||||
with cache entries invalidated if their stat information
|
||||
changes. The cache may be cleared by calling clear_cache().
|
||||
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue