[Python-Dev] Fwd: Partial function application 'from the right'

Hagen Fürstenau hfuerstenau at gmx.net
Mon Feb 2 09:33:53 CET 2009


Ludvig Ericson wrote:
> Well, I was trying to be funny and was under the impression that Python
> 3.0 had Unicode identifiers, but apparently it doesn't. (I used …, not ...)

It does, but they may not contain characters of the category
"Punctuation, other":

>>> import unicodedata
>>> unicodedata.category("…")
'Po'

- Hagen


More information about the Python-Dev mailing list