> > >>> from reportlab.lib.validators import isBoolean > >>> isBoolean(False) > 1 > >>> isBoolean(True) > 1 > OK, this is a fair point and sorry not to grasp it. It seems someone has checked in the version-conditional fix this morning anyway - probably Robin? - so it should work now. - Andy