diff options
author | Georg Brandl <georg@python.org> | 2008-03-06 07:45:52 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-03-06 07:45:52 (GMT) |
commit | 98aa805b107b1c121a5f697eb79b67b9d9a847db (patch) | |
tree | 50bc3d46119ee6aa3b0fa22331bf6516df61707b /Misc | |
parent | 4286138e7b06e5dd2cb1e8ebf12f768d018be3c2 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |