Avoid occasional failure to detect closing paren properly.
Patch 1407280 Tal Einat

M    ParenMatch.py
M    NEWS.txt
M    CREDITS.txt
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index fb77e13..4dc2505 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,9 @@
 
 *Release date: XX-XXX-2006*
 
+- Avoid occasional failure to detect closing paren properly.
+  Patch 1407280 Tal Einat
+
 - Rebinding Tab key was inserting 'tab' instead of 'Tab'.  Bug 1179168.
 
 - Colorizer now handles #<builtin> correctly, also unicode strings and