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 vstinner
Recipients ncoghlan, pitrou, serhiy.storchaka, vstinner
Date 2015-10-09.16:58:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444409938.92.0.815215117705.issue25357@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-10-09 16:58:58vstinnersetrecipients: + vstinner, ncoghlan, pitrou, serhiy.storchaka
2015-10-09 16:58:58vstinnersetmessageid: <1444409938.92.0.815215117705.issue25357@psf.upfronthosting.co.za>
2015-10-09 16:58:58vstinnerlinkissue25357 messages
2015-10-09 16:58:58vstinnercreate