In Python 3.0 the unit test for zlib is broken because in 3.0 zlib.crc32() returns an unsigned long. But in Python 2.x it's a signed int. How should the issue be solved? I think the unsigned long is wrong. Christian