Translating keywords

Torsten Bronger bronger at physik.rwth-aachen.de
Tue Apr 8 02:03:13 EDT 2008


Hallöchen!

Gabriel Genellina writes:

> [...]
>
> Python 3 allows for unicode identifiers, but I don'k know any
> plans for using unicode keywords too. Looks funny:
>
> ∀ x ∈ values:
>   if x ∉ forbidden ∧ x ≠ y:
>     print(x, Γ(x), √(x))
> print(∑(values))
> near = λ a,b,ε=0.01: a-ε ≤ b ≤ a+ε

As far as I've understood it, only letters are allowed in
identifiers rather than arbitrary Unicode code points.

Tschö,
Torsten.

-- 
Torsten Bronger, aquisgrana, europa vetus
                                      Jabber ID: bronger at jabber.org
               (See http://ime.webhop.org for further contact info.)



More information about the Python-list mailing list