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 Claudiu.Popa
Recipients Claudiu.Popa, russellballestrini
Date 2014-04-24.14:58:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398351525.06.0.599164834915.issue21344@psf.upfronthosting.co.za>
In-reply-to
Content
It would be easier to review your patch if you'll upload it as a proper patch.

Usually for these cases (modifying the return by passing a specific argument) it's best to provide a new function with this functionality, by having get_close_matches and get_scored_close_matches (for instance),
which returns the modified result.
History
Date User Action Args
2014-04-24 14:58:45Claudiu.Popasetrecipients: + Claudiu.Popa, russellballestrini
2014-04-24 14:58:45Claudiu.Popasetmessageid: <1398351525.06.0.599164834915.issue21344@psf.upfronthosting.co.za>
2014-04-24 14:58:45Claudiu.Popalinkissue21344 messages
2014-04-24 14:58:44Claudiu.Popacreate