Python version of binascii.b2a_hex (binary to hex conversion)?

Barry A. Warsaw barry at digicool.com
Fri Apr 27 18:29:50 EDT 2001


>>>>> "GG" == Graham Guttocks <graham_guttocks at yahoo.co.nz> writes:

    >> Essentially the unhexlify I posted uses only C builtin
    >> functions, e.g. [].append, strop.atoi, range, len, chr,
    >> strop.join.

    GG> It also uses the `string' module.

Well, yeah, but those are just wrappers around strop. :)

-Barry




More information about the Python-list mailing list