[New-bugs-announce] [issue12732] Can't portably use Unicode in Python identifiers

Tom Christiansen report at bugs.python.org
Thu Aug 11 21:49:35 CEST 2011


New submission from Tom Christiansen <tchrist at 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 <report at bugs.python.org>
<http://bugs.python.org/issue12732>
_______________________________________


More information about the New-bugs-announce mailing list