[issue1387] py3k-pep3137: patch for hashlib on Windows

2007-11-04 Thread Christian Heimes
Christian Heimes added the comment: Thanks! Applied in r58847. -- keywords: +patch, py3k resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1387] py3k-pep3137: patch for hashlib on Windows

2007-11-04 Thread Amaury Forgeot d'Arc
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: