List sched for removal; threading.Timer is a better replacement.
This commit is contained in:
parent
1e61038030
commit
191e84b988
|
@ -319,6 +319,10 @@ for what the module is meant for.
|
|||
|
||||
+ Replaced by ossaudiodev.
|
||||
|
||||
* sched
|
||||
|
||||
+ Replaced by threading.Timer.
|
||||
|
||||
* stat
|
||||
|
||||
+ ``os.stat`` now returns a tuple with attributes.
|
||||
|
|
Loading…
Reference in New Issue