On Thu, May 22, 2014 at 05:01:40PM -0400, Kevin O'Connor wrote:
Avoid using chr() as this produces unicode strings on python3. Make sure to only use ord() on slices as the python3 bytearray type returns an integer on a non-slice array access.
FYI, I have pushed this change.
-Kevin