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 _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com