Project

General

Profile

« Previous | Next » 

Revision b7a0ce32

Added by nobu (Nobuyoshi Nakada) over 2 years ago

[Bug #19016] SyntaxError with parser error messages

Raise a SyntaxError with the parser error message, in the case
reading from a file instead of the -e option or standard input. So
syntax_suggest can get the message from the caught error.