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

This commit is contained in:
Brett Cannon 2008-05-12 00:40:07 +00:00
parent bacee85fe3
commit d9306425da
1 changed files with 2 additions and 2 deletions

View File

@ -600,9 +600,9 @@ for what the module is meant for.
+ 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.