Both are
+ mixing bytes with str literals, like ''. For compatibility they should be prefixed with 'b' , like b''
+ using a conversion int -> byte not compatible
Fixed by converting constants and doing the int -> byte with conditional code.
Now both tests run in py 2.6.6 and 3.3.1
Attached diffs for each file
Original issue reported on code.google.com by ccanepacc@gmail.com on 31 Mar 2014 at 5:24
Original issue reported on code.google.com by
ccanepacc@gmail.com
on 31 Mar 2014 at 5:24Attachments: