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-07.13:50:15
SpamBayes Score 1.99997e-05
Marked as misclassified No
Message-id <1286459420.75.0.676690914371.issue10030@psf.upfronthosting.co.za>
In-reply-to
Content
I have updated the patch with a check for the availability of C impl and to use pure-py impl as a fallback.

How do you suggest would the tests change? As I had mentioned before, in my understanding since there is no change in the API the already existing tests should work.

One can simulate the absence of C impl in a system where it is present but AFAIU this is not what it is usually done (e.g, in the case of optional zlib dependency in the same module)
History
Date User Action Args
2010-10-07 13:50:20shashanksetrecipients: + shashank, r.david.murray
2010-10-07 13:50:20shashanksetmessageid: <1286459420.75.0.676690914371.issue10030@psf.upfronthosting.co.za>
2010-10-07 13:50:19shashanklinkissue10030 messages
2010-10-07 13:50:18shashankcreate