Serhiy Storchaka added the comment:

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.

----------

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

Reply via email to