Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #41644 > unrolled thread
| Started by | Mathias Kőrber <mathias@koerber.org> |
|---|---|
| First post | 2013-03-21 19:36 +0800 |
| Last post | 2013-03-21 19:36 +0800 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
encoding for colon-separated hex? Mathias Kőrber <mathias@koerber.org> - 2013-03-21 19:36 +0800
| From | Mathias Kőrber <mathias@koerber.org> |
|---|---|
| Date | 2013-03-21 19:36 +0800 |
| Subject | encoding for colon-separated hex? |
| Message-ID | <ar09mlF4ng6U1@mid.individual.net> |
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.
Back to top | Article view | comp.lang.python
csiph-web