Martin Panter added the comment:

I think he means make something like the following legal, where dots (.) 
indicate space characters:

a.=.\.
....b

At the moment it is a SyntaxError:

>>> a = \ 
  File "<stdin>", line 1
    a = \ 
         ^
SyntaxError: unexpected character after line continuation character

I don’t think it is worthwhile changing that.

----------
nosy: +martin.panter

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

Reply via email to