Python version of binascii.b2a_hex (binary to hex conversion)?
Graham Guttocks
graham_guttocks at yahoo.co.nz
Fri Apr 27 18:22:05 EDT 2001
"Barry A. Warsaw" <barry at digicool.com> wrote:
> Essentially the unhexlify I posted uses only C builtin functions,
> e.g. [].append, strop.atoi, range, len, chr, strop.join.
It also uses the `string' module.
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
More information about the Python-list
mailing list