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 ncoghlan
Recipients ezio.melotti, ncoghlan
Date 2013-04-24.14:15:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366812932.88.0.71407050457.issue17828@psf.upfronthosting.co.za>
In-reply-to
Content
There may also be some specific improvement to be made to str.encode, bytes.decode and bytearray.decode in relation to the additional type checks they do to enforce the appropriate input and output types (see the bizarre "expected bytes, not memoryview" example)
History
Date User Action Args
2013-04-24 14:15:32ncoghlansetrecipients: + ncoghlan, ezio.melotti
2013-04-24 14:15:32ncoghlansetmessageid: <1366812932.88.0.71407050457.issue17828@psf.upfronthosting.co.za>
2013-04-24 14:15:32ncoghlanlinkissue17828 messages
2013-04-24 14:15:32ncoghlancreate