
* Write section in main README about prefix codes

* Write special tests for really large bitarrays, for which the length
  exceeds 2**31 bits

* Test against Python 2.6

* Think about a search method which lets you search for sequences.
  - could also be used for, e.g.  bitarray('01') in bitarray('1111001101')
