]> granicus.if.org Git - python/commit
- #2250: Exceptions raised during evaluation of names in rlcompleter's
authorGeorg Brandl <georg@python.org>
Sun, 11 May 2008 21:03:42 +0000 (21:03 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 11 May 2008 21:03:42 +0000 (21:03 +0000)
commit627a666db05a0a70ac54fe6456719ee0530b5df7
tree7dbd04460e4d144c8e06c1163c75599a17df25e8
parentecbbd94e71d5e7dcf68d344f77b7a24331823dfc
- #2250: Exceptions raised during evaluation of names in rlcompleter's
  ``Completer.complete()`` method are now caught and ignored.
Doc/library/rlcompleter.rst
Lib/rlcompleter.py
Misc/NEWS