Path to this page:
Subject: CVS commit: pkgsrc/devel/py-bitstring
From: Adam Ciarcinski
Date: 2024-05-11 07:06:04
Message id: 20240511050605.0833CFA2C@cvs.NetBSD.org
Log Message:
py-bitstring: updated to 4.2.2
4.2.2
A couple more minor bug fixes.
* Sometimes a ValueError was being raised instead of a ReadError.
* Initialising a bitstring from None now raises a TypeError rather than generating
an empty bitstring.
* Fixed performance regression for find/findall in some situations.
* Fix for AttributeError bug when combining Bits with BitStream.
Files: