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 Elena.Oat
Recipients Ankur.Ankan, Elena.Oat, Jacek.Bzdak, Puneeth.Chaganti, ankurankan, ezio.melotti, michael.foord, nnja, pitrou, serhiy.storchaka, vstinner
Date 2014-08-06.19:34:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407353644.83.0.932165684972.issue19217@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is the patch that tries to solve the issue for the strings, tuples, lists and dictionaries. Tuples, lists and dictionaries use the same value for the threshold. There's a helper method in the tests that is generic to all mentioned types. 
This issue was discussed during the Helsinki Python sprint.
History
Date User Action Args
2014-08-06 19:34:04Elena.Oatsetrecipients: + Elena.Oat, pitrou, vstinner, ezio.melotti, michael.foord, serhiy.storchaka, Jacek.Bzdak, Ankur.Ankan, nnja, ankurankan, Puneeth.Chaganti
2014-08-06 19:34:04Elena.Oatsetmessageid: <1407353644.83.0.932165684972.issue19217@psf.upfronthosting.co.za>
2014-08-06 19:34:04Elena.Oatlinkissue19217 messages
2014-08-06 19:34:04Elena.Oatcreate