encoding for colon-separated hex?

Mathias Kőrber mathias at koerber.org
Thu Mar 21 07:36:53 EDT 2013


is there a built-in encoding (for encode/decode methods) that
as colon-separated hex (01:02:03:04...)?

'hex' seems to encode as '01020304' and while one can postprocess that
to insert the colons, if a single operation exists, I'd rather use that.



More information about the Python-list mailing list