Fix for tm_excepthook when any argument is a tuple tm_excepthook was using string comprehensions to convert the arguments to a concatenated string. Unfortunately string comprehensions don't work in Python when you feed it a tuple. Fixed this by turning an exception arguments into their string representation using the built-in repr().
Changed: U trunk/Bundles/Python.tmbundle/Support/sitecustomize.py _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/listinfo/textmate-dev
