"dummy_thread" is not removed but renamed to _dummy_thread.

This commit is contained in:
Georg Brandl 2008-05-25 12:32:33 +00:00
parent 748d7cdd71
commit 4a54b8fc71
1 changed files with 0 additions and 4 deletions

View File

@ -564,10 +564,6 @@ for what the module is meant for.
+ ctypes provides better support for same functionality.
* dummy_thread (TODO after ``thread`` has been renamed)
+ ``thread`` is becoming a hidden API.
* fpformat [done: 2.6, 3.0]
+ All functionality is supported by string interpolation.