By default have
bitstring.bytealigned = False
and then have all the methods with a bytealigned parameter default to
bitstring.bytealigned.
Then, if you always want to do things on byte boundaries you can just set
bitstring.bytealigned = True
and not bother with all the bytealigned parameters in every method.
Original issue reported on code.google.com by dr.scott...@gmail.com on 31 May 2011 at 4:10
Original issue reported on code.google.com by
dr.scott...@gmail.com
on 31 May 2011 at 4:10