It doesn't work because Python scripts must be in ASCII except for the contents of string literals. Having a function name in anything but ASCII isn't supported.
To nit-pick a bit, identifiers can be in Unicode; they're simply confined to digits and plain Latin letters.
--
http://mail.python.org/mailman/listinfo/python-list