[Python-checkins] r63345 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Fri May 16 02:51:36 CEST 2008


Author: brett.cannon
Date: Fri May 16 02:51:35 2008
New Revision: 63345

Log:
Handled statvfs.

Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Fri May 16 02:51:35 2008
@@ -613,7 +613,7 @@
   + Functions in the module should be made into methods for the object
     returned by os.stat.
 
-* statvfs (need to update ``test_os`` to not use ``statvfs``)
+* statvfs [done: 2.6, 3.0]
 
   + ``os.statvfs`` now returns a tuple with attributes.
 


More information about the Python-checkins mailing list