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

brett.cannon python-checkins at python.org
Mon May 12 02:43:58 CEST 2008


Author: brett.cannon
Date: Mon May 12 02:43:58 2008
New Revision: 63120

Log:
Doc what needs to be done for "removing" thread.


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Mon May 12 02:43:58 2008
@@ -610,7 +610,7 @@
 
   + ``os.statvfs`` now returns a tuple with attributes.
 
-* thread
+* thread (need to change import statements to ``_thread``)
 
   + People should use 'threading' instead.
 


More information about the Python-checkins mailing list