bitstring-4.2.2
·
45 commits
to main
since this release
A couple more minor bug fixes.
- Sometimes a
ValueError
was being raised instead of aReadError
. Bug #325. - Initialising a bitstring from
None
now raises aTypeError
rather than generating
an empty bitstring. Bug #323. - Fixed performance regression for
find
/findall
in some situations. Bug #326. - Fix for
AttributeError
bug when combiningBits
withBitStream
. Bug #329.