Skip to content

bitstring-4.2.2

Compare
Choose a tag to compare
@scott-griffiths scott-griffiths released this 10 May 19:47
· 43 commits to main since this release

A couple more minor bug fixes.

  • Sometimes a ValueError was being raised instead of a ReadError. Bug #325.
  • Initialising a bitstring from None now raises a TypeError rather than generating
    an empty bitstring. Bug #323.
  • Fixed performance regression for find / findall in some situations. Bug #326.
  • Fix for AttributeError bug when combining Bits with BitStream. Bug #329.