commit | 558ca847308cc35ed387cf5800269b647c87a51d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Jul 10 20:31:05 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Jul 10 20:31:05 2007 +0000 |
tree | 51a6b8226cb0a39fab1dd11a4d3960f4544fc92f | |
parent | 1bd2122041d06782f46dd5f3c6b2b50909a7bd65 [diff] |
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.)