Unpacking a hex value

Paul Rubin phr-n2002a at nightsong.com
Sat May 18 11:17:54 EDT 2002


Please look at the binascii module to see if it has a function that
does what you want.  It's a C extension so it will run much faster
than writing your own function in Python.



More information about the Python-list mailing list