Doc what needs to be done for getting rid of statvfs.
This commit is contained in:
parent
d9306425da
commit
b5c66f9422
|
@ -606,7 +606,7 @@ for what the module is meant for.
|
||||||
+ Functions in the module should be made into methods for the object
|
+ Functions in the module should be made into methods for the object
|
||||||
returned by os.stat.
|
returned by os.stat.
|
||||||
|
|
||||||
* statvfs
|
* statvfs (need to update ``test_os`` to not use ``statvfs``)
|
||||||
|
|
||||||
+ ``os.statvfs`` now returns a tuple with attributes.
|
+ ``os.statvfs`` now returns a tuple with attributes.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue