A.M. Kuchling added the comment:

Duplicate of #9974.  The tokenizer is choking on lines that end in '\'.  So 
even this can't be parsed:

a = 1 + \
   2

----------
nosy: +akuchling
superseder:  -> tokenizer.untokenize not invariant with line continuations

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

Reply via email to