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 r.david.murray
Recipients beazley, brotchie, kawai, meatballhat, r.david.murray, vstinner
Date 2010-06-01.12:18:41
SpamBayes Score 0.02984192
Marked as misclassified No
Message-id <1275394724.01.0.128751514231.issue4769@psf.upfronthosting.co.za>
In-reply-to
Content
The patch appears to be fixing the wrong functions.  It is decode that needs to accept unicode.  Encode should still be restricted to bytes.
History
Date User Action Args
2010-06-01 12:18:44r.david.murraysetrecipients: + r.david.murray, beazley, vstinner, kawai, brotchie, meatballhat
2010-06-01 12:18:44r.david.murraysetmessageid: <1275394724.01.0.128751514231.issue4769@psf.upfronthosting.co.za>
2010-06-01 12:18:42r.david.murraylinkissue4769 messages
2010-06-01 12:18:41r.david.murraycreate