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

georg.brandl python-checkins at python.org
Sun May 25 15:06:44 CEST 2008


Author: georg.brandl
Date: Sun May 25 15:06:44 2008
New Revision: 63632

Log:
thread and dummy_thread done in 3.0.


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Sun May 25 15:06:44 2008
@@ -617,7 +617,7 @@
 
   + ``os.statvfs`` now returns a tuple with attributes.
 
-* thread (TODO deprecate direct importation in 2.6; same for dummy_thread)
+* thread [done: 3.0] (TODO deprecate direct importation in 2.6; same for dummy_thread)
 
   + People should use 'threading' instead.
 


More information about the Python-checkins mailing list