commit | 0aa6e1b8fb8c3ae656518a7e319a5f697158e7bf | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sat May 10 21:12:57 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sat May 10 21:12:57 2008 +0000 |
tree | a51acc70eca609cdedfe1d87efaf69a9514d9342 | |
parent | 10f5db6424595f0389ff84e053a12a1b60d73cd2 [diff] [blame] |
Deprecate the dircache module for 3.0.
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>