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 benjamin.peterson, ezio.melotti, jcon, pitrou, serhiy.storchaka, terry.reedy, vstinner
Date 2012-10-20.18:53:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350759181.27.0.154666664354.issue12805@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-20 18:53:01serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, pitrou, vstinner, benjamin.peterson, ezio.melotti, jcon
2012-10-20 18:53:01serhiy.storchakasetmessageid: <1350759181.27.0.154666664354.issue12805@psf.upfronthosting.co.za>
2012-10-20 18:53:01serhiy.storchakalinkissue12805 messages
2012-10-20 18:53:01serhiy.storchakacreate