Bug #2220: handle rlcompleter attribute match failure more gracefully.

This commit is contained in:
Georg Brandl 2008-03-06 07:45:52 +00:00
parent 4286138e7b
commit 98aa805b10
1 changed files with 2 additions and 0 deletions

View File

@ -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.