From: Georg Brandl Date: Tue, 28 Apr 2009 18:10:47 +0000 (+0000) Subject: Blocked revisions 71237 via svnmerge X-Git-Tag: v2.6.3rc1~366 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19844eb92ad4fd7f546f847937bf5347e7a8c400;p=python Blocked revisions 71237 via svnmerge ........ r71237 | georg.brandl | 2009-04-05 16:24:52 +0200 (So, 05 Apr 2009) | 1 line #1326077: fix traceback formatting of SyntaxErrors. This fixes two differences with formatting coming from Python: a) the reproduction of location details in the error message if no line text is given, b) the prefixing of the last line by one space. ........ ---