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 Adam.Glenn, christian.heimes
Date 2012-10-06.23:30:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349566251.57.0.0372783377388.issue16063@psf.upfronthosting.co.za>
In-reply-to
Content
That's to be expected. HMAC and all cryptographic hashing algorithms work with bytes only. Text (unicode) is neither specified by the standards nor supported. You have to convert your text to bytes with some encoding (e.g. ASCII or UTF-8).
History
Date User Action Args
2012-10-06 23:30:51christian.heimessetrecipients: + christian.heimes, Adam.Glenn
2012-10-06 23:30:51christian.heimessetmessageid: <1349566251.57.0.0372783377388.issue16063@psf.upfronthosting.co.za>
2012-10-06 23:30:51christian.heimeslinkissue16063 messages
2012-10-06 23:30:51christian.heimescreate