From 8fcaef0abddaf39277247639cf43b2d74006d162 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 5 Jan 2007 21:41:45 +0000 Subject: [PATCH] Cleanup thread deprecation proposal. --- pep-3108.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pep-3108.txt b/pep-3108.txt index 247a3ca63..420b1477f 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -322,10 +322,8 @@ for what the module is meant for. + 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]_.