Commit 2f7b286a authored by Vinay Sajip's avatar Vinay Sajip

Revert fix for #13807 mistakenly applied in this branch.

parent f2bf8a6a
......@@ -721,7 +721,7 @@ class Handler(Filterer):
You could, however, replace this with a custom handler if you wish.
The record which was being processed is passed in to this method.
"""
if raiseExceptions and sys.stderr: # see issue 13807
if raiseExceptions:
ei = sys.exc_info()
try:
traceback.print_exception(ei[0], ei[1], ei[2], None, sys.stderr)
......
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