Issue 1387: py3k-pep3137: patch for hashlib on Windows (original) (raw)
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.