Mark 'Kamikaze' Hughes wrote: > Ah, but PyUnit works with 1.5.2, does it not? Yes, it does. I'm using for one of my clients with 1.5.2 installed. OTOH, doctest is 2.x specific because it uses string methods, so I'm going to have to back port that. (My doc strings embed a lot of examples.) Andrew dalke at acm.org