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 christian.heimes, jcea, pitrou
Date 2013-02-22.14:51:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361544685.03.0.487997165477.issue17276@psf.upfronthosting.co.za>
In-reply-to
Content
> I don't know how you intend to make `digestmod` mandatory given the current function signature.

That's easy:

if digestmod is None:
    raise TypeError("HMAC needs argument 'digestmod'")
History
Date User Action Args
2013-02-22 14:51:25christian.heimessetrecipients: + christian.heimes, jcea, pitrou
2013-02-22 14:51:25christian.heimessetmessageid: <1361544685.03.0.487997165477.issue17276@psf.upfronthosting.co.za>
2013-02-22 14:51:25christian.heimeslinkissue17276 messages
2013-02-22 14:51:24christian.heimescreate