diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-16 00:50:02 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-16 00:50:02 (GMT) |
commit | fa40bbf6252d224fb479d051d236edf6a79a0c8d (patch) | |
tree | 3d4c3bd86b7262200f791a760808dda4b3e03980 /Lib/test | |
parent | 90f2cb422fb4226846ab81c21d3a140b92267f82 (diff) | |
download | cpython-fa40bbf6252d224fb479d051d236edf6a79a0c8d.zip cpython-fa40bbf6252d224fb479d051d236edf6a79a0c8d.tar.gz cpython-fa40bbf6252d224fb479d051d236edf6a79a0c8d.tar.bz2 |
Deprecated statvfs for removal in 3.0.
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_py3kwarn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py index 2561f2a..6864dae 100644 --- a/Lib/test/test_py3kwarn.py +++ b/Lib/test/test_py3kwarn.py @@ -130,7 +130,7 @@ class TestStdlibRemovals(unittest.TestCase): # import side-effect. all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new', 'rexec', 'Bastion', 'compiler', 'dircache', 'fpformat', - 'ihooks', 'mhlib') + 'ihooks', 'mhlib', 'statvfs') inclusive_platforms = {'irix' : ('pure', 'AL', 'al', 'CD', 'cd', 'cddb', 'cdplayer', 'CL', 'cl', 'DEVICE', 'GL', 'gl', 'ERRNO', 'FILE', 'FL', 'flp', 'fl', |