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 smurfix
Recipients alex, benjamin.peterson, christian.heimes, dstufft, giampaolo.rodola, janssen, ncoghlan, pitrou, python-dev, smurfix
Date 2014-05-30.21:38:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401485904.11.0.705541989184.issue21306@psf.upfronthosting.co.za>
In-reply-to
Content
Currently (Debian's 2.7.7-rc1 package) hmac.compare_digest accepts two bytestring arguments, or two Unicode stings, but not one bytestring and one unicode.

I don't think that's a good idea.
History
Date User Action Args
2014-05-30 21:38:24smurfixsetrecipients: + smurfix, ncoghlan, janssen, pitrou, giampaolo.rodola, christian.heimes, benjamin.peterson, alex, python-dev, dstufft
2014-05-30 21:38:24smurfixsetmessageid: <1401485904.11.0.705541989184.issue21306@psf.upfronthosting.co.za>
2014-05-30 21:38:23smurfixlinkissue21306 messages
2014-05-30 21:38:23smurfixcreate