This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author donlorenzo
Recipients donlorenzo
Date 2008-03-03.10:49:37
SpamBayes Score 0.45521015
Marked as misclassified No
Message-id <1204541379.7.0.080847401337.issue2220@psf.upfronthosting.co.za>
In-reply-to
Content
The following code would raise a TypeError:
>>> rlcompleter.Completer().complete("print self.foo", 0)
with this fix it will just return None
History
Date User Action Args
2008-03-03 10:49:39donlorenzosetspambayes_score: 0.45521 -> 0.45521015
recipients: + donlorenzo
2008-03-03 10:49:39donlorenzosetspambayes_score: 0.45521 -> 0.45521
messageid: <1204541379.7.0.080847401337.issue2220@psf.upfronthosting.co.za>
2008-03-03 10:49:38donlorenzolinkissue2220 messages
2008-03-03 10:49:38donlorenzocreate