[New-bugs-announce] [issue1387] py3k-pep3137: patch for hashlib on Windows
Amaury Forgeot d'Arc
report at bugs.python.org
Sun Nov 4 23:12:53 CET 2007
New submission from Amaury Forgeot d'Arc:
On Windows, openssl is not always available, in this case python uses
its own implementation of md5, sha1 &co.
This patch correct the failing tests (test_hashlib and test_uuid), by
returning bytes instead of buffers.
----------
components: Windows
files: hashlib.diff
messages: 57110
nosy: amaury.forgeotdarc, tiran
severity: normal
status: open
title: py3k-pep3137: patch for hashlib on Windows
versions: Python 3.0
Added file: http://bugs.python.org/file8691/hashlib.diff
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1387>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hashlib.diff
Type: application/octet-stream
Size: 1870 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20071104/3ce05671/attachment.obj
More information about the New-bugs-announce
mailing list