Hi, I need to encode some stuff as quoted-printable. There seems to be 3 implementations: the quopri module, binascii module, and email.quopriMIME.
Does anyone know why there are two version? Is there a recommended one? I know the quopri and email.quopriMIME modules are implemented in python, but I'm not sure about binascii, is that implemented in C? Thanks. --Alex _______________________________________________ Email-SIG mailing list [EMAIL PROTECTED] Your options: http://mail.python.org/mailman/options/email-sig/archive%40mail-archive.com
