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 r.david.murray
Recipients Bruce.Leban, brian.curtin, elixir, gvanrossum, martin.panter, pitrou, r.david.murray, serhiy.storchaka, tim.golden, valhallasw
Date 2014-01-27.20:31:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390854668.6.0.910535676405.issue19456@psf.upfronthosting.co.za>
In-reply-to
Content
I think a python programmer is going to expect that

  join(a, b, c) == join(join(a, b), c)

so the answer to Serhiy's example should be 'c:z'.
History
Date User Action Args
2014-01-27 20:31:08r.david.murraysetrecipients: + r.david.murray, gvanrossum, pitrou, tim.golden, brian.curtin, valhallasw, martin.panter, serhiy.storchaka, elixir, Bruce.Leban
2014-01-27 20:31:08r.david.murraysetmessageid: <1390854668.6.0.910535676405.issue19456@psf.upfronthosting.co.za>
2014-01-27 20:31:08r.david.murraylinkissue19456 messages
2014-01-27 20:31:08r.david.murraycreate