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

brett.cannon python-checkins at python.org
Mon May 12 02:40:07 CEST 2008


Author: brett.cannon
Date: Mon May 12 02:40:07 2008
New Revision: 63117

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


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:40:07 2008
@@ -600,9 +600,9 @@
 
   + Previously deprecated; import ``re`` instead.
 
-* stat
+* stat (need to move all uses over to ``os.stat()``)
 
-  + ``os.stat`` now returns a tuple with attributes.
+  + ``os.stat()`` now returns a tuple with attributes.
   + Functions in the module should be made into methods for the object
     returned by os.stat.
 


More information about the Python-checkins mailing list