mirror of
https://github.com/xcat2/confluent.git
synced 2026-04-26 02:31:28 +00:00
In python3, bytes[n] is an int, but not in python2. Sidestep by doing bytearray() for both, which is consistent between the two.
In python3, bytes[n] is an int, but not in python2. Sidestep by doing bytearray() for both, which is consistent between the two.