BUG? sha-moduel returns same crc for different files

jepler epler jepler.lnk at lnk.ispi.net
Sat Sep 16 09:43:52 EDT 2000


Solutions:
1. use open(filename, "b")
2. don't use windows

You're getting the file truncated (probably at the first chr(26)) and
the leading portions are identical.

Jeff



More information about the Python-list mailing list