New submission from Lorenz Quack:

The following code would raise a TypeError:
>>> rlcompleter.Completer().complete("print self.foo", 0)
with this fix it will just return None

----------
components: Library (Lib)
files: rlcompleter.patch
keywords: patch
messages: 63208
nosy: donlorenzo
severity: normal
status: open
title: bug in rlcompleter
type: crash
versions: Python 2.5
Added file: http://bugs.python.org/file9591/rlcompleter.patch

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2220>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to