diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-10 21:11:46 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-10 21:11:46 (GMT) |
commit | f4fd99344a9c18c1aaee2f1840907e4a38576edd (patch) | |
tree | 1226807b9e4bf901a4d19819cef15b9bfadb21fa /Doc/library/filesys.rst | |
parent | 7ecf3dcaeec4c0561fa2a952b08c259f3a542587 (diff) | |
download | cpython-f4fd99344a9c18c1aaee2f1840907e4a38576edd.zip cpython-f4fd99344a9c18c1aaee2f1840907e4a38576edd.tar.gz cpython-f4fd99344a9c18c1aaee2f1840907e4a38576edd.tar.bz2 |
Remove the dircache module.
Diffstat (limited to 'Doc/library/filesys.rst')
-rw-r--r-- | Doc/library/filesys.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/filesys.rst b/Doc/library/filesys.rst index e5b5e44..c3d9df0 100644 --- a/Doc/library/filesys.rst +++ b/Doc/library/filesys.rst @@ -23,7 +23,6 @@ in this chapter is: fnmatch.rst linecache.rst shutil.rst - dircache.rst macpath.rst |