rest25/library/dircache.rst => rest262/library/dircache.rst
f1
2:mod:`dircache` --- Cached directory listings
3=============================================
4
5.. module:: dircache
6   :synopsis: Return directory listing, with cache mechanism.
t7+   :deprecated:
8+ 
9+.. deprecated:: 2.6
10+   The :mod:`dircache` module has been removed in Python 3.0.
11+ 
12+ 
7.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
8
9
10The :mod:`dircache` module defines a function for reading directory listing
11using a cache, and cache invalidation using the *mtime* of the directory.
12Additionally, it defines a function to annotate directories by appending a
13slash.
14
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op