Add to what is needed for 'thread' to also cover 'dummy_thread'.

This commit is contained in:
Brett Cannon 2008-05-12 00:44:49 +00:00
parent 98e1cd24fd
commit 5518dd5173
1 changed files with 2 additions and 1 deletions

View File

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