commit | cfeb3b6ab8e213cb3551b101d0566d77f5b47409 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Mar 03 21:30:27 2002 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Mar 03 21:30:27 2002 +0000 |
tree | 657521ff13e38d11dd10535827b4272af965b856 | |
parent | 290d31e2fc02a0d887da2c76fbe4e72377442a0a [diff] |
Patch #50002: Display line information for bad \x escapes: - recognize "SyntaxError"s by the print_file_and_line attribute. - add the syntaxerror attributes to all exceptions in compile.c. Fixes #221791