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 flox
Recipients amaury.forgeotdarc, beazley, flox, vstinner
Date 2009-12-14.20:23:38
SpamBayes Score 5.5990608e-05
Marked as misclassified No
Message-id <1260822221.89.0.89036898713.issue4770@psf.upfronthosting.co.za>
In-reply-to
Content
This patch removes implicit encoding in binascii functions:
 - a2b_hex (=unhexlify)
 - a2b_qp
 - rledecode_hqx 

 * Tests module "test_binascii" is reviewed and simplified.
 * Fixes for "email", "pickle" and "quopri" modules to encode input.

All tests pass.
History
Date User Action Args
2009-12-14 20:23:42floxsetrecipients: + flox, beazley, amaury.forgeotdarc, vstinner
2009-12-14 20:23:41floxsetmessageid: <1260822221.89.0.89036898713.issue4770@psf.upfronthosting.co.za>
2009-12-14 20:23:40floxlinkissue4770 messages
2009-12-14 20:23:40floxcreate