[Python-checkins] r60027 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Thu Jan 17 23:44:16 CET 2008


Author: brett.cannon
Date: Thu Jan 17 23:44:16 2008
New Revision: 60027

Modified:
   peps/trunk/pep-3108.txt
Log:
List sched for removal; threading.Timer is a better replacement.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Thu Jan 17 23:44:16 2008
@@ -319,6 +319,10 @@
 
   + Replaced by ossaudiodev.
 
+* sched
+
+  + Replaced by threading.Timer.
+
 * stat
 
   + ``os.stat`` now returns a tuple with attributes.


More information about the Python-checkins mailing list