diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-16 00:42:57 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-16 00:42:57 +0000 |
commit | 794016ba6becefbc73729a190e08d52977a4f9f6 (patch) | |
tree | 35a2e78dd5101225ceb631d14819443710dc0451 /Doc/library/filesys.rst | |
parent | ecdf67558cb903538a876313151d8a684f7385e8 (diff) | |
download | cpython-794016ba6becefbc73729a190e08d52977a4f9f6.tar.gz |
Remove the statvfs 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 c3d9df0ebf..3a217d5523 100644 --- a/Doc/library/filesys.rst +++ b/Doc/library/filesys.rst @@ -16,7 +16,6 @@ in this chapter is: os.path.rst fileinput.rst stat.rst - statvfs.rst filecmp.rst tempfile.rst glob.rst |