[reportlab-users] Chart axes bugs

Andy Robinson reportlab-users@reportlab.com
Mon, 10 Nov 2003 13:44:46 -0000


> 
>    >>> 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