Serhiy Storchaka added the comment:

Indeed, 1-char separator is more common for strings, but I found several 
b'\n'.join or b','.join even in stdlib. 3 lines of difference are only 2.3% of 
Objects/stringlib/join.h.

Here is a patch with dropped the 1-byte separator case.

----------

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

Reply via email to