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 lemburg
Recipients benjamin.peterson, eric.araujo, flox, georg.brandl, lemburg, loewis, ssbarnea, vstinner
Date 2010-07-10.15:24:32
SpamBayes Score 0.00059534644
Marked as misclassified No
Message-id <4C3890AF.7030500@egenix.com>
In-reply-to <4C3882B1.5030900@v.loewis.de>
Content
Martin v. Löwis wrote:
> 
> Martin v. Löwis <martin@v.loewis.de> 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 :-)
History
Date User Action Args
2010-07-10 15:24:34lemburgsetrecipients: + lemburg, loewis, georg.brandl, vstinner, benjamin.peterson, eric.araujo, ssbarnea, flox
2010-07-10 15:24:32lemburglinkissue7475 messages
2010-07-10 15:24:32lemburgcreate