From 1956d5c15f566d900644fc3e685e5b9bd663e2ae Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 5 Apr 2009 14:25:41 +0000 Subject: [PATCH] Add NEWS entry for r71237. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.1