mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
Deprecated statvfs for removal in 3.0.
This commit is contained in:
parent
90f2cb422f
commit
fa40bbf625
4 changed files with 12 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue