[SVN] r8837 (Python)

Jeroen van der Ham jeroen at je-ju.net
Wed Feb 6 16:14:38 UTC 2008


Initial attempt at making PyMate Unicode compatible:

- Fix to the excepthook method to allow for Unicode strings in Exception arguments.

An open issue is how to fix PyMate to allow ordinary printing of Unicode characters: e.g.:

# -*- coding: utf-8 -*-
print u"run me with ⌘R"

Changed:
U   trunk/Bundles/Python.tmbundle/Support/PyMate/tmhooks.py



More information about the textmate-dev mailing list