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 floyd
Recipients floyd, taleinat, tim.peters
Date 2015-06-08.07:18:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433747891.17.0.919557983606.issue24384@psf.upfronthosting.co.za>
In-reply-to
Content
Agree with the separate function (especially as the return value would change from float to bool).

In my experience this is one of the most often occuring use cases for difflib in practice.

Another reason is that it is not obvious that the user can optimize it with the appended version.

Some more opinions would be nice.

If this suggestion is rejected we could include a performance warning for this use case in the docs and/or I'll write an online code recipe which can be linked to.
History
Date User Action Args
2015-06-08 07:18:11floydsetrecipients: + floyd, tim.peters, taleinat
2015-06-08 07:18:11floydsetmessageid: <1433747891.17.0.919557983606.issue24384@psf.upfronthosting.co.za>
2015-06-08 07:18:11floydlinkissue24384 messages
2015-06-08 07:18:10floydcreate