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.21:08:58
SpamBayes Score 1.5644359e-06
Marked as misclassified No
Message-id <1300136938.81.0.154426734643.issue11501@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Éric,

Thanks for looking at the patch. I'm not using "if zlib is not None" since the archive_utils module never explicitly imports zlib. Only the zipfile module imports zlib and raises RuntimeError if not available (as per http://docs.python.org/library/zipfile.html#zipfile-objects).

I'm changing the patch function to raise an exception as requested.
History
Date User Action Args
2011-03-14 21:08:58nessitasetrecipients: + nessita, tarek, ezio.melotti, eric.araujo, alexis
2011-03-14 21:08:58nessitasetmessageid: <1300136938.81.0.154426734643.issue11501@psf.upfronthosting.co.za>
2011-03-14 21:08:58nessitalinkissue11501 messages
2011-03-14 21:08:58nessitacreate