Commit b5fc749c authored by Jeremy Hylton's avatar Jeremy Hylton

patch from Charles Waldman--

define ThreadError (== thread.error); docs should be updated, too
parent d87eb73f
...@@ -18,6 +18,7 @@ del time ...@@ -18,6 +18,7 @@ del time
_start_new_thread = thread.start_new_thread _start_new_thread = thread.start_new_thread
_allocate_lock = thread.allocate_lock _allocate_lock = thread.allocate_lock
_get_ident = thread.get_ident _get_ident = thread.get_ident
ThreadError = thread.error
del thread del thread
_print_exc = traceback.print_exc _print_exc = traceback.print_exc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment