]> granicus.if.org Git - python/commit
In completer(), return None instead of raising an IndexError when
authorGuido van Rossum <guido@python.org>
Fri, 12 Jun 1998 19:42:14 +0000 (19:42 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 12 Jun 1998 19:42:14 +0000 (19:42 +0000)
commitd458faadc303cef6fd07b9e22bfa9e08456426cf
treee04802a411c2aa9fe7a1106defef9b972811fa67
parentb3f9f4b729ae70dc97c8855feafafc2d66c9f9fd
In completer(), return None instead of raising an IndexError when
there are no more completions left.  (This for compatibility with
Donald Beaudry's code.)
Lib/rlcompleter.py