summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-10 21:12:57 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-05-10 21:12:57 (GMT)
commit0aa6e1b8fb8c3ae656518a7e319a5f697158e7bf (patch)
treea51acc70eca609cdedfe1d87efaf69a9514d9342 /Doc
parent10f5db6424595f0389ff84e053a12a1b60d73cd2 (diff)
downloadcpython-0aa6e1b8fb8c3ae656518a7e319a5f697158e7bf.zip
cpython-0aa6e1b8fb8c3ae656518a7e319a5f697158e7bf.tar.gz
cpython-0aa6e1b8fb8c3ae656518a7e319a5f697158e7bf.tar.bz2
Deprecate the dircache module for 3.0.
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>