Guido van Rossum added the comment:

I'm sorry, but I find this way too intrusive, and a little risky too (I'm not 
sure how to verify even that the new parser accepts exactly the same set of 
programs as the old version).

I would much prefer a solution to this particular issue along the lines of a 
heuristic based on detecting whether the line where the syntax error occurs 
starts with the token 'print' or 'exec' followed by anything except a left 
parenthesis.

Such a heuristic could also be added to 3.4.

----------

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

Reply via email to