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 serhiy.storchaka
Recipients LawfulEvil, martin.panter, serhiy.storchaka, xiang.zhang
Date 2017-04-29.08:54:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493456053.31.0.148129579026.issue30103@psf.upfronthosting.co.za>
In-reply-to
Content
I'm +0 for something containing "space" in the option name since the purpose of changing the UU encoding is avoiding stripping spaces. But this is not strong preference.

Actually there is no need to add a new option in b2a_uu(), since we can just use b2a_uu(data).replace(b' ', b'`'). It is added just for convenience.
History
Date User Action Args
2017-04-29 08:54:13serhiy.storchakasetrecipients: + serhiy.storchaka, martin.panter, xiang.zhang, LawfulEvil
2017-04-29 08:54:13serhiy.storchakasetmessageid: <1493456053.31.0.148129579026.issue30103@psf.upfronthosting.co.za>
2017-04-29 08:54:13serhiy.storchakalinkissue30103 messages
2017-04-29 08:54:13serhiy.storchakacreate