We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de7827 commit 1eb8c48Copy full SHA for 1eb8c48
release_notes.txt
@@ -5,11 +5,12 @@ bitstring module version history
5
-------------------------
6
April 2024: version 4.2.1
7
8
-Fixing a couple of regressions introduced in 4.2.0.
+Fixing a few regressions introduced in 4.2.0.
9
10
* Module crashes on import with 32-bit Python. Bug #317.
11
* Lists of integers not converted to bytes when using the bytes constructor. Bug #318.
12
* Empty comma separated tokens not handled correctly. Bug #319.
13
+* Crash on import when docstrings not present due to optimize flag. Bug #321.
14
15
16
April 2024: version 4.2.0
0 commit comments