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 serhiy.storchaka
Recipients Jon.Oberheide, alex, christian.heimes, fijall, hynek, loewis, ncoghlan, petri.lehtinen, pitrou, python-dev, serhiy.storchaka
Date 2012-06-19.16:07:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340122056.28.0.474248281849.issue15061@psf.upfronthosting.co.za>
In-reply-to
Content
Unicode string timing depends on the string implementation which depends on the maximum character code in the string. Strings 'A'*9999+'$' 'A'*9999+'€'  have different timings for almost all operations (inluding encode('unicode-internal')).
History
Date User Action Args
2012-06-19 16:07:36serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, ncoghlan, pitrou, christian.heimes, alex, fijall, python-dev, petri.lehtinen, hynek, Jon.Oberheide
2012-06-19 16:07:36serhiy.storchakasetmessageid: <1340122056.28.0.474248281849.issue15061@psf.upfronthosting.co.za>
2012-06-19 16:07:35serhiy.storchakalinkissue15061 messages
2012-06-19 16:07:35serhiy.storchakacreate