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 alex
Recipients alex, benjamin.peterson, christian.heimes, dstufft, giampaolo.rodola, janssen, ncoghlan, pitrou
Date 2014-04-22.22:06:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398204374.86.0.143671454046.issue21306@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch implements compare_digest. Code is mostly a 1-1 from 3.x, except the Unicode paths are changed, and the tests are a tiny bit different.

* Still needs to backport the docs.
* Compares all unicode objects, not just ascii ones.

If the patch looks good to folks I'll add the docs as well.
History
Date User Action Args
2014-04-22 22:06:14alexsetrecipients: + alex, ncoghlan, janssen, pitrou, giampaolo.rodola, christian.heimes, benjamin.peterson, dstufft
2014-04-22 22:06:14alexsetmessageid: <1398204374.86.0.143671454046.issue21306@psf.upfronthosting.co.za>
2014-04-22 22:06:14alexlinkissue21306 messages
2014-04-22 22:06:14alexcreate