Closed scott-griffiths closed 4 years ago
>>> s = bitstring.BitArray('0x12345678') >>> del s[:-12] >>> s BitArray('0x12345678')
It should delete everything except the final 12 bits.
Fixing in 3.1.7
It should delete everything except the final 12 bits.