This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nessita
Recipients alexis, eric.araujo, ezio.melotti, nessita, tarek
Date 2011-03-14.20:46:05
SpamBayes Score 7.990793e-06
Marked as misclassified No
Message-id <1300135566.67.0.870535614549.issue11501@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching patch that performs the following:

* skip all the distutils tests that need zlib in order to run properly.
* add a new test (test_make_zipfile_no_zlib) to ensure that make_zipfile uses the compression option from zipfile module that works without zlib.
* add a helper method to patch objects.

The fix itself was discussed with Tarek, and the patch helper implementation was discussed with Michael Foord.
History
Date User Action Args
2011-03-14 20:46:06nessitasetrecipients: + nessita, tarek, ezio.melotti, eric.araujo, alexis
2011-03-14 20:46:06nessitasetmessageid: <1300135566.67.0.870535614549.issue11501@psf.upfronthosting.co.za>
2011-03-14 20:46:06nessitalinkissue11501 messages
2011-03-14 20:46:06nessitacreate