Aug. 18, 2003
4:22 p.m.
Thanks, I made a guess and chose the wrong one. This is a lot closer to the optimum storage. Colin W. Todd Miller wrote:
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