Cleanup thread deprecation proposal.

This commit is contained in:
Brett Cannon 2007-01-05 21:41:45 +00:00
parent dfc419e84b
commit 8fcaef0abd
1 changed files with 2 additions and 4 deletions

View File

@ -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]_.