Boris Borcic wrote:
> Martin v. Löwis wrote:
>  > Guido van Rossum wrote:
>  >> I want good Unicode support for string literals and comments.
>  >> Everything else in the language ought to be ASCII.
>  >
>  > Does that include restricting identifiers to ASCII as well?
> 
> I am late on this subthread, but FWIW and FYI with Python 2.4.2 and Idle 
> 1.1.2 
> on WinXP I can use non-ascii identifiers transparently both in modules and at 
> the prompt, for instance
> 
>  >>> grüzi = râle = niño = ça = True
>  >>> grüzi
> True
> 
> I thought it was a provided feature, but scanning the subthread gave the 
> contrary impression. Should we expect disappearance of the property ?

This looks like an IDLE bug to me.

Thomas

_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to