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 christian.heimes
Recipients Jon.Oberheide, alex, christian.heimes, fijall, hynek, loewis, ncoghlan, petri.lehtinen, pitrou, python-dev, serhiy.storchaka
Date 2012-06-19.17:08:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340125708.07.0.882549651272.issue15061@psf.upfronthosting.co.za>
In-reply-to
Content
I'm well aware of the fact that they have different timings. That's why I argued against including a unicode aware variant of the timing safe compare function.

I've used Guido's time machine and seen requests for a unicode function in the future. ;) I think (educated guess) that s.encode('unicode-internal') discloses the least amount of information. That way I argued that we suggest it in the documentation.
History
Date User Action Args
2012-06-19 17:08:28christian.heimessetrecipients: + christian.heimes, loewis, ncoghlan, pitrou, alex, fijall, python-dev, petri.lehtinen, hynek, serhiy.storchaka, Jon.Oberheide
2012-06-19 17:08:28christian.heimessetmessageid: <1340125708.07.0.882549651272.issue15061@psf.upfronthosting.co.za>
2012-06-19 17:08:27christian.heimeslinkissue15061 messages
2012-06-19 17:08:26christian.heimescreate