[Python-checkins] r53213 - peps/trunk/pep-3108.txt
brett.cannon
python-checkins at python.org
Wed Jan 3 00:23:16 CET 2007
Author: brett.cannon
Date: Wed Jan 3 00:23:15 2007
New Revision: 53213
Modified:
peps/trunk/pep-3108.txt
Log:
Add mention that the function in the stat module should migrate to the object
returned by os.stat.
Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt (original)
+++ peps/trunk/pep-3108.txt Wed Jan 3 00:23:15 2007
@@ -283,6 +283,8 @@
* stat
+ ``os.stat`` now returns a tuple with attributes.
+ + Functions in the module should be made into methods for the object
+ returned by os.stat.
* statvfs
More information about the Python-checkins
mailing list