[issue4514] test_binascii is failing

2008-12-04 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: I fixed this in r67541 and r67542, with issue4542. (sorry I did not see this one) -- nosy: +amaury.forgeotdarc resolution: -> fixed status: open -> closed superseder: -> test_binascii fails on windows

[issue4514] test_binascii is failing

2008-12-03 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: The problem is that the Windows implementation of crc32 is different from the Unix implementation, and that implementation was missed in r67472. The fix should be fairly trivial. ___ Python tracker <[EMAIL

[issue4514] test_binascii is failing

2008-12-03 Thread Raymond Hettinger
New submission from Raymond Hettinger <[EMAIL PROTECTED]>: test_binascii.py fails because crc32 accepts a string. >From my WindowsXP box: C:\Python30>python \python30\lib\test\test_binascii.py test_base64invalid (__main__.BinASCIITest) ... ok test_base64valid (__main__.BinASCIITest) ... ok test