]> granicus.if.org Git - python/commit
Fix test_hashlib regression caused by my fixing hexdigest() to return
authorGuido van Rossum <guido@python.org>
Tue, 10 Jul 2007 20:31:05 +0000 (20:31 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Jul 2007 20:31:05 +0000 (20:31 +0000)
commit558ca847308cc35ed387cf5800269b647c87a51d
tree51a6b8226cb0a39fab1dd11a4d3960f4544fc92f
parent1bd2122041d06782f46dd5f3c6b2b50909a7bd65
Fix test_hashlib regression caused by my fixing hexdigest() to return
a text string instead of bytes.  (This being hex digits it *should*
be a text string -- that it wasn't before was a misunderstanding on
my part of the C code.)
Lib/test/test_hashlib.py