summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/dircache.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/library/dircache.rst b/Doc/library/dircache.rst
index 28aa667..ee48432 100644
--- a/Doc/library/dircache.rst
+++ b/Doc/library/dircache.rst
@@ -4,6 +4,12 @@
.. module:: dircache
:synopsis: Return directory listing, with cache mechanism.
+ :deprecated:
+
+.. deprecated:: 2.6
+ The dircache module has been removed in Python 3.0.
+
+
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>