[New-bugs-announce] [issue10382] Command line error marker misplaced on unicode entry

Alexander Belopolsky report at bugs.python.org
Wed Nov 10 20:36:15 CET 2010


New submission from Alexander Belopolsky <belopolsky at users.sourceforge.net>:

>>> ¡™£¢∞§¶•ªº
  File "<stdin>", line 1
    ¡™£¢∞§¶•ªº
                          ^
SyntaxError: invalid character in identifier


It looks like strlen() is used instead of number of characters in the decoded string.

----------
components: Interpreter Core
messages: 120930
nosy: belopolsky
priority: normal
severity: normal
stage: needs patch
status: open
title: Command line error marker misplaced on unicode entry
type: behavior
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10382>
_______________________________________


More information about the New-bugs-announce mailing list