Message 230209 - Python tracker

Message230209

Author donlorenzo
Recipients Claudiu.Popa, donlorenzo, ezio.melotti
Date 2014-10-29.13:51:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414590712.43.0.310133098136.issue22143@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

here finally the updated patch with test case.
It depends on and should be applied after the patch included in issue22141.

This patch does changes two things:
1) completions are now unique
2) completions are now in no specific order

I had to touch some other rlcompleter tests because they assumed a certain order of the returned matches.

Thanks for reviewing!
History
Date User Action Args
2014-10-29 13:51:52donlorenzosetrecipients: + donlorenzo, ezio.melotti, Claudiu.Popa
2014-10-29 13:51:52donlorenzosetmessageid: <1414590712.43.0.310133098136.issue22143@psf.upfronthosting.co.za>
2014-10-29 13:51:52donlorenzolinkissue22143 messages
2014-10-29 13:51:52donlorenzocreate