[issue25357] Add an optional newline parameter to binascii.b2a_base64() to not add a newline

STINNER Victor report at bugs.python.org
Fri Oct 9 12:58:58 EDT 2015


STINNER Victor added the comment:

Oh, I forgot to add an unit test.

> What about adding the same parameter to binascii.b2a_uu()?

This function is used in Lib/encodings/uu_codec.py and Lib/uu.py, but the newline is not stripped. So I don't think that it's worth to add an optional parameter.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25357>
_______________________________________


More information about the Python-bugs-list mailing list