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 roysmith
Recipients docs@python, roysmith
Date 2014-11-16.03:25:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416108358.14.0.735594371986.issue22880@psf.upfronthosting.co.za>
In-reply-to
Content
At https://docs.python.org/2/library/hmac.html, hmac.new() is shown as

hmac.new(key[, msg[, digestmod]])

This implies that digestmod can only be given if msg is given.  This is incorrect.  Either can be given without the other.
History
Date User Action Args
2014-11-16 03:25:58roysmithsetrecipients: + roysmith, docs@python
2014-11-16 03:25:58roysmithsetmessageid: <1416108358.14.0.735594371986.issue22880@psf.upfronthosting.co.za>
2014-11-16 03:25:57roysmithlinkissue22880 messages
2014-11-16 03:25:57roysmithcreate