patch from Charles Waldman--

define ThreadError (== thread.error); docs should be updated, too
This commit is contained in:
Jeremy Hylton 2000-06-01 01:17:17 +00:00
parent d87eb73f32
commit b5fc749c8b
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ del time
_start_new_thread = thread.start_new_thread
_allocate_lock = thread.allocate_lock
_get_ident = thread.get_ident
ThreadError = thread.error
del thread
_print_exc = traceback.print_exc