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.18:35:05
SpamBayes Score 0.03171734
Marked as misclassified No
Message-id <4C38BD50.3050903@v.loewis.de>
In-reply-to <1278785675.6.0.36490305964.issue7475@psf.upfronthosting.co.za>
Content
> I am confused by MvL’s reply. From the first paragraph documentation
> for binascii: “Normally, you will not use these functions directly
> but use wrapper modules like uu, base64, or binhex instead. The
> binascii module contains low-level functions written in C for greater
> speed that are used by the higher-level modules.”
> 
> Is the doc not accurate?

It is correct. So use base64.b16encode/b16decode then.
It's just that I personally prefer hexlify/unhexlify, because I can
memorize the function name better.
History
Date User Action Args
2010-07-10 18:35:09loewissetrecipients: + loewis, lemburg, georg.brandl, vstinner, benjamin.peterson, eric.araujo, ssbarnea, flox
2010-07-10 18:35:06loewislinkissue7475 messages
2010-07-10 18:35:06loewiscreate