Christian Heimes schrieb: > 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.
Here at the sprint people agreed that crc32 *obviously* gives an unsigned number. It's unfortunate that Python 2.6 can't really implement that very well, hence we have to keep the 2.x behavior in 2.6. In 3k, it should change. Regards, Martin _______________________________________________ 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