dircache
dircache — Cached directory listings
Deprecated since version 2.6: The dircache
module has been removed in Python 3.
The dircache
module defines a function for reading directory listing using a cache, and cache invalidation using the mtime of the directory. Additionally, it defines a function to annotate directories by appending a slash.
The dircache
module defines the following fu