Doc what needs to be done for "removing" thread.

This commit is contained in:
Brett Cannon 2008-05-12 00:43:58 +00:00
parent b5c66f9422
commit 98e1cd24fd
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ for what the module is meant for.
+ ``os.statvfs`` now returns a tuple with attributes.
* thread
* thread (need to change import statements to ``_thread``)
+ People should use 'threading' instead.