]> granicus.if.org Git - python/commit
Make hmac use bytes. Make test_hmac pass.
authorGuido van Rossum <guido@python.org>
Tue, 10 Jul 2007 13:35:52 +0000 (13:35 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Jul 2007 13:35:52 +0000 (13:35 +0000)
commit3f42908051dbb4213f213c52fc9ab4a457714327
tree40ae343a5441ccb18498b089d59fad16203d6505
parentf895307a945d30fd5207f4c512ac2c0b5f59b335
Make hmac use bytes.  Make test_hmac pass.
Lib/hmac.py
Lib/test/test_hmac.py