kutsurak / python-bitstring

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

Can't directly set uie and sie properties. #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While you can do

s.ue = 5

you can't do

s.uie = 5

Need to implement writable properties for uie and sie.

Original issue reported on code.google.com by dr.scott...@gmail.com on 19 Nov 2011 at 9:58

GoogleCodeExporter commented 9 years ago
Fixed in r.928.

Original comment by dr.scott...@gmail.com on 20 Nov 2011 at 9:14