[issue11498] test_zipfile.test_unicode_filenames should be skipped of no zlib

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed type: crash -> behavior ___ Python tracker ___ ___

[issue11498] test_zipfile.test_unicode_filenames should be skipped of no zlib

2011-03-14 Thread Ezio Melotti
Ezio Melotti added the comment: I fixed it in 3.2 too in d2689ed3dc83. Thanks for the patch! -- resolution: fixed -> stage: committed/rejected -> status: closed -> open ___ Python tracker ___

[issue11498] test_zipfile.test_unicode_filenames should be skipped of no zlib

2011-03-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 89af3880ca57 by Eric V. Smith in branch 'default': Skip test if zlib not present. Closes #11498. Patch by Natalia B. Bidart. http://hg.python.org/cpython/rev/89af3880ca57 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejec

[issue11498] test_zipfile.test_unicode_filenames should be skipped of no zlib

2011-03-14 Thread Natalia B. Bidart
Natalia B. Bidart added the comment: Trivial patch to skip the aforementioned test. -- keywords: +patch Added file: http://bugs.python.org/file21118/pycon-issue11498.patch ___ Python tracker __

[issue11498] test_zipfile.test_unicode_filenames should be skipped of no zlib

2011-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: -> ezio.melotti nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue11498] test_zipfile.test_unicode_filenames should be skipped of no zlib

2011-03-14 Thread Natalia B. Bidart
New submission from Natalia B. Bidart : When running the test suite, if zlib is not available, we get this failure: [1/1] test_zipfile test test_zipfile failed -- Traceback (most recent call last): File "/home/nessita/pycon/sprint/cpython/Lib/test/test_zipfile.py", line 498, in test_unicode_f