Doc what needs to be done for getting rid of statvfs.

This commit is contained in:
Brett Cannon 2008-05-12 00:41:19 +00:00
parent d9306425da
commit b5c66f9422
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@ for what the module is meant for.
+ Functions in the module should be made into methods for the object
returned by os.stat.
* statvfs
* statvfs (need to update ``test_os`` to not use ``statvfs``)
+ ``os.statvfs`` now returns a tuple with attributes.