]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
The back ported fix for 1326077 caused a regression and is removed from
authorBarry Warsaw <barry@python.org>
Tue, 7 Apr 2009 15:15:47 +0000 (15:15 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 7 Apr 2009 15:15:47 +0000 (15:15 +0000)
2.6.2rc1.

Misc/NEWS

index 3c75497409ae536307efecf512d430b20bb50735..7cedc80c6a3950d54e4848f5ad7a095faa8d1a04 100644 (file)
--- 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