2014-02-25 18:09 GMT+01:00 Guido van Rossum <[email protected]>: > Because it is the old way and redundant.
I proposed to replace 'exception': exc with 'exc_info': True which calls sys.exc_info() in default_exception_handler(). > 'traceback': sys.exc_info()[2], This is not need for Tulip. For Trollius, I prefer to use directly sys.exc_info() and not rebuild it. Victor
