]> granicus.if.org Git - python/commitdiff
Bug #2220: handle rlcompleter attribute match failure more gracefully.
authorGeorg Brandl <georg@python.org>
Thu, 6 Mar 2008 07:45:52 +0000 (07:45 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 6 Mar 2008 07:45:52 +0000 (07:45 +0000)
Misc/NEWS

index 42b95e8b296dee6948052d709fbb68eca747a810..7e059b3b512d64c2267f6a2e3a207e9674df4a48 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,8 @@ Core and builtins
 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.