binascii.hexlify returns a bytes object; we must convert it to str
before we can pass it to re.sub.
1 file changed