>>>>> "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