]> granicus.if.org Git - python/commit
Merged revisions 58862-58885 via svnmerge from
authorGuido van Rossum <guido@python.org>
Tue, 6 Nov 2007 20:51:31 +0000 (20:51 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 6 Nov 2007 20:51:31 +0000 (20:51 +0000)
commita19f80c6df2df5e8a5d0cff37131097835ef971e
tree21509dce5dd4cf63c75df00e83b411f43db479aa
parenta3538ebfe3120cf7478f91bd76674234b8cffda8
Merged revisions 58862-58885 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r58868 | gregory.p.smith | 2007-11-05 16:19:03 -0800 (Mon, 05 Nov 2007) | 3 lines

  Fixes Issue 1385: The hmac module now computes the correct hmac when using
  hashes with a block size other than 64 bytes (such as sha384 and sha512).
........
Doc/library/hashlib.rst
Lib/hmac.py
Lib/test/test_hmac.py