Add to what is needed for 'thread' to also cover 'dummy_thread'.
This commit is contained in:
parent
98e1cd24fd
commit
5518dd5173
|
@ -610,7 +610,8 @@ for what the module is meant for.
|
|||
|
||||
+ ``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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue