There is nothing left to do for thread in 2.6.

This commit is contained in:
Georg Brandl 2008-06-01 21:29:14 +00:00
parent b1fc5cde67
commit 1254bb5028
1 changed files with 1 additions and 1 deletions

View File

@ -617,7 +617,7 @@ for what the module is meant for.
+ ``os.statvfs`` now returns a tuple with attributes.
* thread [done: 3.0] (TODO deprecate direct importation in 2.6; same for dummy_thread)
* thread [done: 2.6, 3.0]
+ People should use 'threading' instead.