[SVN] r11739 (Python)
Jeroen van der Ham
jeroen at je-ju.net
Tue Sep 1 18:55:59 UTC 2009
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
More information about the textmate-dev
mailing list