List sched for removal; threading.Timer is a better replacement.

This commit is contained in:
Brett Cannon 2008-01-17 22:44:16 +00:00
parent 1e61038030
commit 191e84b988
1 changed files with 4 additions and 0 deletions

View File

@ -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.