[Python-Dev] Fwd: Partial function application 'from the right' (original) (raw)
Hagen Fürstenau hfuerstenau at gmx.net
Mon Feb 2 09:33:53 CET 2009
- Previous message: [Python-Dev] Fwd: Partial function application 'from the right'
- Next message: [Python-Dev] Removing tp_compare?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Fwd: Partial function application 'from the right'
- Next message: [Python-Dev] Removing tp_compare?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]