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

brett.cannon python-checkins at python.org
Fri Jan 5 22:41:45 CET 2007


Author: brett.cannon
Date: Fri Jan  5 22:41:45 2007
New Revision: 53278

Modified:
   peps/trunk/pep-3108.txt
Log:
Cleanup thread deprecation proposal.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Fri Jan  5 22:41:45 2007
@@ -322,10 +322,8 @@
   + People should use 'threading' instead.
 
     - Rename 'thread' to _thread.
-    - Deprecate dummy_thread.
-
-      * Rename to _mockthread.
-      * Change of name better reflects modules purpose.
+    - Deprecate dummy_thread and rename _dummy_thread.
+    - Move thread.get_ident over to threading.
 
   + Guido has previously supported the deprecation
     [#thread-deprecation]_.


More information about the Python-checkins mailing list