[issue6776] A few tests are failing when zlib is not supported

2009-08-24 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue6776] A few tests are failing when zlib is not supported

2009-08-24 Thread R. David Murray
R. David Murray added the comment: This is a duplicate of issue 6026, where patch activity has already occurred. Thanks for working on this, and please review that case and see if all of the issues you found are addressed there. -- nosy: +r.david.murray priority: -> normal resolution:

[issue6776] A few tests are failing when zlib is not supported

2009-08-24 Thread Nicolas Dumazet
New submission from Nicolas Dumazet : test_distutils, test_zipfile, test_gzip and test_zimport are not completely safe when zlib module is not available. I've uploaded a patch on Rietveld which solves the issue here: http://codereview.appspot.com/111041 Those are my first steps with Rietveld, pl