Cleanup thread deprecation proposal.
This commit is contained in:
parent
dfc419e84b
commit
8fcaef0abd
|
@ -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]_.
|
||||
|
|
Loading…
Reference in New Issue