New submission from Tom Christiansen <tchr...@perl.com>:

You cannot reliably use Unicode in Python identifiers because of the 
narrow/wide build issue.  The enclosed file is fine on wide builds but gets 
compiler errors on narrow ones during compilation.

Go, Ruby, Java, and Perl all handle this situation without any problem; only 
Python has the bug.

----------
components: Interpreter Core
files: badidents.python
messages: 141923
nosy: tchrist
priority: normal
severity: normal
status: open
title: Can't portably use Unicode in Python identifiers
type: behavior
versions: Python 3.2
Added file: http://bugs.python.org/file22882/badidents.python

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12732>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to