[issue17825] Indentation.offset and SyntaxError.offset mismatch

R. David Murray report at bugs.python.org
Wed Apr 24 15:56:24 CEST 2013


R. David Murray added the comment:

Well, that would be because the invalid indent is detected when the 'o' is encountered, whereas the invalid syntax is detected when the 't' completes the keyword 'except'.

I don't think there is a bug here.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list