This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients benjamin.peterson, eric.araujo, flox, georg.brandl, lemburg, loewis, ssbarnea, vstinner
Date 2010-07-10.14:24:54
SpamBayes Score 0.005781539
Marked as misclassified No
Message-id <4C3882B1.5030900@v.loewis.de>
In-reply-to <1276529706.85.0.44919621235.issue7475@psf.upfronthosting.co.za>
Content
> 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).
History
Date User Action Args
2010-07-10 14:24:55loewissetrecipients: + loewis, lemburg, georg.brandl, vstinner, benjamin.peterson, eric.araujo, ssbarnea, flox
2010-07-10 14:24:54loewislinkissue7475 messages
2010-07-10 14:24:54loewiscreate