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 barry, ezio.melotti, kushal.das, ncoghlan, pitrou, serhiy.storchaka, vstinner
Date 2013-05-23.11:33:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369308820.27.0.807308116889.issue17839@psf.upfronthosting.co.za>
In-reply-to
Content
The codec uses the old API that breaks the encoded output up into multiple lines.

The new patch:

1. Also changes the behaviour of the older de/encodebytes API
2. Checks that all the defined binary transform codecs actually support memoryview as input for both encoding and decoding (and that the data roundtrips correctly)
History
Date User Action Args
2013-05-23 11:33:40ncoghlansetrecipients: + ncoghlan, barry, pitrou, vstinner, ezio.melotti, serhiy.storchaka, kushal.das
2013-05-23 11:33:40ncoghlansetmessageid: <1369308820.27.0.807308116889.issue17839@psf.upfronthosting.co.za>
2013-05-23 11:33:40ncoghlanlinkissue17839 messages
2013-05-23 11:33:40ncoghlancreate