Kyle VanderBeek - 2009-02-28

I'll take this one. Looks like BIT really should a numeric type to me. Since it is intended to be used to store an array of up to 64 bits, it stands to reason that once it reaches python-land, it should become a type that has defined bitwise operations (particularly & and |).