From: Georg Brandl Date: Sun, 5 Apr 2009 14:25:41 +0000 (+0000) Subject: Add NEWS entry for r71237. X-Git-Tag: v2.7a1~1559 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1956d5c15f566d900644fc3e685e5b9bd663e2ae;p=python Add NEWS entry for r71237. --- diff --git a/Misc/NEWS b/Misc/NEWS index 685c689885..bfcd9fa911 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -212,6 +212,8 @@ Core and Builtins Library ------- +- Issue 1326077: fix the formatting of SyntaxErrors by the traceback module. + - Issue 1726172: fix IndexError in the case of and empty response in ftplib. - Issue 2625: added missing iteritems() call to the for loop in