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

brett.cannon python-checkins at python.org
Mon May 12 02:41:19 CEST 2008


Author: brett.cannon
Date: Mon May 12 02:41:19 2008
New Revision: 63118

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


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Mon May 12 02:41:19 2008
@@ -606,7 +606,7 @@
   + 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.
 


More information about the Python-checkins mailing list