From: Barry Warsaw Date: Tue, 7 Apr 2009 15:15:47 +0000 (+0000) Subject: The back ported fix for 1326077 caused a regression and is removed from X-Git-Tag: v2.6.2c1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa0af786b053eeec0229883351c2107f5d414309;p=thirdparty%2FPython%2Fcpython.git The back ported fix for 1326077 caused a regression and is removed from 2.6.2rc1. --- diff --git a/Misc/NEWS b/Misc/NEWS index 3c75497409ae..7cedc80c6a39 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -108,8 +108,6 @@ Library - Issue 5471: Fix os.path.expanduser() for $HOME set to '/'. -- Issue 1326077: fix the formatting of SyntaxErrors by the traceback module. - - Issue 1726172: fix IndexError in the case of and empty response in ftplib. - In Pdb, prevent the reassignment of __builtin__._ by sys.displayhook on