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

brett.cannon python-checkins at python.org
Mon May 12 02:44:50 CEST 2008


Author: brett.cannon
Date: Mon May 12 02:44:49 2008
New Revision: 63121

Log:
Add to what is needed for 'thread' to also cover 'dummy_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:44:49 2008
@@ -610,7 +610,8 @@
 
   + ``os.statvfs`` now returns a tuple with attributes.
 
-* thread (need to change import statements to ``_thread``)
+* thread (need to change import statements to ``_thread``;
+          rename ``dummy_thread`` to ``_dummy_thread``)
 
   + People should use 'threading' instead.
 


More information about the Python-checkins mailing list