[Python-Dev] bytes.tohex in Python 3 (original) (raw)
Matt Giuca matt.giuca at gmail.com
Sat Aug 9 18:33:12 CEST 2008
- Previous message: [Python-Dev] bytes.tohex in Python 3
- Next message: [Python-Dev] bytes.tohex in Python 3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Well, whether there's community support for this or not, I thought I'd have a go at implementing this, so I did. I've submitted a feature request + working patch to the bug tracker:
http://bugs.python.org/issue3532
Matt
PS. I mean ''.join("%02x" % b for b in mybytes) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20080810/3556c7fb/attachment.htm>
- Previous message: [Python-Dev] bytes.tohex in Python 3
- Next message: [Python-Dev] bytes.tohex in Python 3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]