Nick Coghlan added the comment:

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)

----------
Added file: 
http://bugs.python.org/file30346/issue17839_base64_buffer_input_3.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17839>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to