kutsurak / python-bitstring

Automatically exported from code.google.com/p/python-bitstring
0 stars 0 forks source link

Rename ConstBitArray to Bits. #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For historical reasons 'Bits' is an alias for 'ConstBitStream'. It really 
should have been the name for 'ConstBitArray', as this mirrors the 'bytearray' 
/ 'bytes' built-in types.

This change will break users' code if they use streaming methods on the old 
Bits class.

Original issue reported on code.google.com by dr.scott...@gmail.com on 23 Jan 2011 at 7:42

GoogleCodeExporter commented 9 years ago
Done in r.916

Original comment by dr.scott...@gmail.com on 12 Jul 2011 at 7:12