Kaydet (Commit) b5fc749c authored tarafından Jeremy Hylton's avatar Jeremy Hylton

patch from Charles Waldman--

define ThreadError (== thread.error); docs should be updated, too
üst d87eb73f
......@@ -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
......
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