Converting from long integer to read-only buffer

Darrell news at dorb.com
Thu Jul 5 00:10:10 EDT 2001


Whoops

The some test code made it into my post.
This bit of code has no purpose.

binData = ''.join([chr(eval('0x'+val)) for val in
re.findall('..|.',hex(x)[2:-1])])

-Darrell





More information about the Python-list mailing list