commit | 1aba5770939c497c707eecd167856f98c9bb74c0 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Tue Aug 15 15:46:16 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Tue Aug 15 15:46:16 2000 +0000 |
tree | c07dd5e61ba899eb006934e12c7b1797fbc58736 | |
parent | f40ff1b8b23671818702aeff2c17a409588dff0b [diff] |
SyntaxError__str__(): Do more formatting of the exception here, rather than depending on the site that raises the exception. If the filename and lineno attributes are set on the exception object, use them to augment the message displayed. This is part of what is needed to close SoruceForge bug #110628 (Jitterbug PR#278).