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 <[email protected]>
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: <[email protected]>
2014-05-30 21:38:23smurfixlinkissue21306 messages
2014-05-30 21:38:23smurfixcreate