f | |
| :mod:`dircache` --- Cached directory listings |
| ============================================= |
| |
| .. module:: dircache |
| :synopsis: Return directory listing, with cache mechanism. |
t | :deprecated: |
| |
| .. deprecated:: 2.6 |
| The :mod:`dircache` module has been removed in Python 3.0. |
| |
| |
| .. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il> |
| |
| |
| The :mod:`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. |
| |