push
github
Revert "Make `BitArray.{slice_bits,slice_shots,__getitem__}` raise `IndexErro…" (#12929) This reverts commit 4f09f57a3. This commit reverts #12844, the original PR was making an API change as a bugfix (to make the api consistent with other similar APIs). However it is still a change in the defined stable interface of the class as documented and we shouldn't be changing that per the stability guidelines of the project. Especially in a patch version bugfix release. We can debate whether the change is acceptable for 1.2.0 independently but for a patch version it is definitely out of scope.
3 of 4 new or added lines in 1 file covered. (75.0%)
26 existing lines in 2 files now uncovered.61837 of 68766 relevant lines covered (89.92%)
234317.08 hits per line