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

View file

@ -18,6 +18,8 @@ Core and builtins
Library Library
------- -------
- Bug #2220: handle rlcompleter attribute match failure more gracefully.
- Issue #2225: py_compile, when executed as a script, now returns a non- - Issue #2225: py_compile, when executed as a script, now returns a non-
zero status code if not all files could be compiled successfully. zero status code if not all files could be compiled successfully.