From: Georg Brandl Date: Thu, 6 Mar 2008 07:45:52 +0000 (+0000) Subject: Bug #2220: handle rlcompleter attribute match failure more gracefully. X-Git-Tag: v2.6a2~365 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98aa805b107b1c121a5f697eb79b67b9d9a847db;p=python Bug #2220: handle rlcompleter attribute match failure more gracefully. --- diff --git a/Misc/NEWS b/Misc/NEWS index 42b95e8b29..7e059b3b51 100644 --- 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.