summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3c75497..7cedc80 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