Remove item from NEWS.txt; not checked in yet...
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 6923486..9072de5 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -114,9 +114,6 @@
 - Autocompletion of filenames now support alternate separators, e.g. the
   '/' char on Windows.  issue2061 Patch by Tal Einat.
 
-- Make IDLE Help window non-modal, singleton, and re-raise if called.
-  issue964437 Patch by Guilherme Polo.
-
 - Configured selection highlighting colors were ignored; updating highlighting
   in the config dialog would cause non-Python files to be colored as if they
   were Python source; improve use of ColorDelagator.  Patch 1334. Tal Einat.