Amaury Forgeot d Arc <[email protected]> added the comment:

Two different issues here:

- The difference with "\xe3\xa3" ('unexpected end of data') is probably an 
issue in pypy decoder, untested in python 
test suite.

- But CPython is incorrect for the first case: it displays the same range twice 
*when you print the exception*, but did 
you check exc.start and exc.end? See http://bugs.python.org/issue13830

----------
nosy: +amaury
status: unread -> chatting

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1536>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to