mbox series

[rcw,0/3] Fix python 2->3 errors when using -r

Message ID 20220405163507.3907691-1-sean.anderson@seco.com
Headers show
Series Fix python 2->3 errors when using -r | expand

Message

Sean Anderson April 5, 2022, 4:35 p.m. UTC
Although 3f744d3 ("Convert to python3") converted most of rcw.py to
python 3, the -r path remains unconverted. This series addresses the
issues I ran into when using this flag.


Sean Anderson (3):
  rcw.py: Fix indexing with floats
  rcw.py: Fix using ord on ints
  rcw.py: Append to pbi with a bytestring

 rcw.py | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)