diff options
Diffstat (limited to 'Lib/statcache.py')
-rw-r--r-- | Lib/statcache.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/statcache.py b/Lib/statcache.py index 0d88a9a..b5147c2 100644 --- a/Lib/statcache.py +++ b/Lib/statcache.py @@ -1,4 +1,5 @@ -"""Maintain a cache of file stats. +"""Maintain a cache of stat() information on files. + There are functions to reset the cache or to selectively remove items. """ |