summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-03-06 07:45:52 (GMT)
committerGeorg Brandl <georg@python.org>2008-03-06 07:45:52 (GMT)
commit98aa805b107b1c121a5f697eb79b67b9d9a847db (patch)
tree50bc3d46119ee6aa3b0fa22331bf6516df61707b /Misc
parent4286138e7b06e5dd2cb1e8ebf12f768d018be3c2 (diff)
downloadcpython-98aa805b107b1c121a5f697eb79b67b9d9a847db.zip
cpython-98aa805b107b1c121a5f697eb79b67b9d9a847db.tar.gz
cpython-98aa805b107b1c121a5f697eb79b67b9d9a847db.tar.bz2
Bug #2220: handle rlcompleter attribute match failure more gracefully.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 42b95e8..7e059b3 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.