Revert a premature patch for issue #14010 (changeset d17d10c84d27).
diff --git a/Misc/NEWS b/Misc/NEWS
index 79f4956..7f165db 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,8 +11,6 @@
 
 Library
 -------
-- Issue #14010: Fix a crash when iterating or deleting deeply nested filters
-  in itertools module (i.e. itertools.izip(), itertools.chain(), etc).
 
 - Issue #13163: Rename operands in smtplib.SMTP._get_socket to correct names;
   fixes otherwise misleading output in tracebacks and when when debug is on.
@@ -290,7 +288,7 @@
 
 - Issue #12718: Fix interaction with winpdb overriding __import__ by setting
   importer attribute on BaseConfigurator instance.
-
+  
 - Issue #17521: Corrected non-enabling of logger following two calls to
   fileConfig().