Per the int docs, int.to_bytes() and int.from_bytes() were added in Python 3.2; they are not present in newint. I have been unable to find a simple alternative for Python 2 that will work with newint. Is backporting possible? If not, what should I be using instead?