From: Todd M. <jm...@st...> - 2003-08-18 19:53:20
|
On Mon, 2003-08-18 at 15:44, Colin J. Williams wrote: > This statement: > z= _n.array([True, False, True, True], type= _nt.BooleanType) Use type=_nt.Bool here. BooleanType is the class of Bool. Todd -- Todd Miller <jm...@st...> |