Marc-Andre Lemburg <[email protected]> added the comment: Martin v. Löwis wrote: > > Martin v. Löwis <[email protected]> added the comment: > >> I would like to know what happened with hex_codec and what is the new py3 >> for this. > > If you had read this bug report, you'd know that the codec was removed > in Python 3. Use binascii.hexlify/binascii.unhexlify instead (as you > should in 2.x, also).
... or wait for Python 3.2 which will readd them :-) ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue7475> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
