Guido van Rossum <gu...@python.org> added the comment:

Sure looks like a tokenizer issue to me. For example this is broken in both 
versions:

pass
    \

pass

It complains about an unexpected indent, but it should really be considered a 
blank line broken in two -- a backslash is supposed to just erase itself and 
the following newline.

https://docs.python.org/3/reference/lexical_analysis.html#explicit-line-joining

----------

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

Reply via email to