[issue17839] base64 module should use memoryview

Nick Coghlan report at bugs.python.org
Thu May 23 13:33:40 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue17839>
_______________________________________


More information about the Python-bugs-list mailing list