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

georg.brandl python-checkins at python.org
Sun Jun 1 23:29:14 CEST 2008


Author: georg.brandl
Date: Sun Jun  1 23:29:14 2008
New Revision: 63877

Log:
There is nothing left to do for thread in 2.6.


Modified:
   peps/trunk/pep-3108.txt

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


More information about the Python-checkins mailing list