Doc what needs to be done for getting rid of stat.
This commit is contained in:
parent
bacee85fe3
commit
d9306425da
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue