[pypy-issue] [issue1197] eol after line cont is syntax error in pypy, but not in cpython

Ronny Pfannschmidt tracker at bugs.pypy.org
Sun Jul 1 12:39:35 CEST 2012


New submission from Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>:

% python -c "print 1\\"
1

% pypy-bin -c "print 1\\" 
Traceback (most recent call last):
  File "app_main.py", line 51, in run_toplevel
  File "app_main.py", line 540, in run_it
  File "<string>", line 2
    
   ^
SyntaxError: EOF in multi-line statement

----------
messages: 4520
nosy: pypy-issue, ronny
priority: bug
status: unread
title: eol after line cont is syntax error in pypy, but not in cpython

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1197>
________________________________________


More information about the pypy-issue mailing list