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, barry, beazley, flox, lemburg, pitrou, vstinner
Date 2009-12-14.23:51:48
SpamBayes Score 0.0008628642
Marked as misclassified No
Message-id <1260834712.01.0.238832932683.issue4770@psf.upfronthosting.co.za>
In-reply-to
Content
Patch updated:
 * Added documentation
 * Switched to "payload.encode('ascii')" in the "email.message" module

Note: there was no ambiguity on the first line of the documentation:
« [These functions] convert between binary and various ASCII-encoded
binary representations »

So, it should only convert bytes in range(256) to bytes in range(128).
History
Date User Action Args
2009-12-14 23:51:52floxsetrecipients: + flox, lemburg, barry, beazley, amaury.forgeotdarc, pitrou, vstinner
2009-12-14 23:51:52floxsetmessageid: <1260834712.01.0.238832932683.issue4770@psf.upfronthosting.co.za>
2009-12-14 23:51:50floxlinkissue4770 messages
2009-12-14 23:51:50floxcreate