commit | dcf08e0dfe1a0c7886c59cb19b5d7cd50732cacc | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Tue Aug 15 15:49:44 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Tue Aug 15 15:49:44 2000 +0000 |
tree | a6a84bebbd7295de4d633f607f615031d0676d37 | |
parent | 83cb7973802441f1f6c7115bc8eb83d64534b853 [diff] |
When raising a SyntaxError, make a best-effort attempt to set the filename and lineno attributes, but do not mask the SyntaxError if we fail. This is part of what is needed to close SoruceForge bug #110628 (Jitterbug PR#278). Wrap a long line to fit in under 80 columns.