Bug #2220: handle rlcompleter attribute match failure more gracefully.
diff --git a/Misc/NEWS b/Misc/NEWS
index 42b95e8..7e059b3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,8 @@
 Library
 -------
 
+- Bug #2220: handle rlcompleter attribute match failure more gracefully.
+
 - Issue #2225: py_compile, when executed as a script, now returns a non-
   zero status code if not all files could be compiled successfully.