]> granicus.if.org Git - python/commit
Change hashlib to return bytes from digest() instead of str8.
authorGuido van Rossum <guido@python.org>
Mon, 9 Jul 2007 14:29:40 +0000 (14:29 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 9 Jul 2007 14:29:40 +0000 (14:29 +0000)
commit5ed033b5a21d56db0dbb0b2535b83afd5cad143d
treec71f90134e631b26ffe0507c139c3b070266c832
parent867bcbcd6d7b251a2cd8a01ce70fdbc1dba6f029
Change hashlib to return bytes from digest() instead of str8.
Lib/test/test_hashlib.py
Lib/uuid.py
Modules/_hashopenssl.c
Modules/sha256module.c
Modules/sha512module.c