51629b8ffe
sys.exc_traceback is long deprecated and is seems removed in python2.7, so document the legitimate use of sys.exc_info()[2] instead. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>