[issue8442] Broken zipfile with python 3.2 on osx

2010-06-15 Thread Ronald Oussoren
Ronald Oussoren added the comment: This is no longer a problem, I cannot reproduce the issue with the current trunk. -- resolution: -> invalid status: open -> closed ___ Python tracker ___

[issue8442] Broken zipfile with python 3.2 on osx

2010-04-29 Thread Ronald Oussoren
Ronald Oussoren added the comment: There were some other build problems at the time, I haven't verified yet if the fixes for those problems also fixed this issue. I will do so over the weekend. -- ___ Python tracker

[issue8442] Broken zipfile with python 3.2 on osx

2010-04-29 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: I cannot reproduce this behavior on my MacBook running OSX 10.6.2. $ ./python.exe Lib/test/test_distutils.py ... -- Ran 168 tests in 3.850s OK (skipped=4) Also, cp437 appears to be a v

[issue8442] Broken zipfile with python 3.2 on osx

2010-04-18 Thread Ronald Oussoren
New submission from Ronald Oussoren : In the output of test_distutils with python 3.2 (current version checkout): == ERROR: test_prune_file_list (distutils.tests.test_sdist.SDistTestCase) -