]> granicus.if.org Git - python/commit
Issue #15225: improve error message when hmac is passed a wrong key type.
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 30 Jun 2012 15:27:56 +0000 (17:27 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 30 Jun 2012 15:27:56 +0000 (17:27 +0200)
commit24ef3e967f4698da6c85778408e920f6437ed344
treeec35aa2c1aa347abbc4bc4f0ba5ab6e668a8856a
parent9c7817e9ee0c6d8909a168ba9e12e87d9e7d6caf
Issue #15225: improve error message when hmac is passed a wrong key type.
Patch by Marc Abramowitz.
Lib/hmac.py
Lib/test/test_hmac.py
Misc/ACKS