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 shashank
Recipients r.david.murray, shashank
Date 2010-10-12.07:17:46
SpamBayes Score 0.0034372124
Marked as misclassified No
Message-id <1286867873.76.0.355861900126.issue10030@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch with changes in Lib/test/test_zipfile.py to test both C and pure-py impls (on systems where the C impl is present).

Admittedly, this approach to emulating the absence of C impl is a bit hacky. This is primarily because the changed class is not a part of the public API and hence not being tested directly.

David, could you verify that the approach is ok?
History
Date User Action Args
2010-10-12 07:17:53shashanksetrecipients: + shashank, r.david.murray
2010-10-12 07:17:53shashanksetmessageid: <1286867873.76.0.355861900126.issue10030@psf.upfronthosting.co.za>
2010-10-12 07:17:51shashanklinkissue10030 messages
2010-10-12 07:17:51shashankcreate