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 thomaslee
Recipients thomaslee
Date 2007-09-11.11:41:14
SpamBayes Score 0.19647242
Marked as misclassified No
Message-id <1189510875.27.0.109757226088.issue1145@psf.upfronthosting.co.za>
In-reply-to
Content
The current implementation of str.join requires that the parameters
passed to it be string/unicode values. A suggestion to allow it to
accept parameters of any type came up in PEP 3100. Implemented for
Unicode using the attached patch.

It would be trivial to add this functionality to the old string object
too, but I haven't been following the string to unicode discussion too
closely and I'm unsure if the old string object will remain for too much
longer.
Files
File name Uploaded
join-autostr.patch thomaslee, 2007-09-11.11:41:14
History
Date User Action Args
2007-09-11 11:41:15thomasleesetspambayes_score: 0.196472 -> 0.19647242
recipients: + thomaslee
2007-09-11 11:41:15thomasleesetspambayes_score: 0.196472 -> 0.196472
messageid: <1189510875.27.0.109757226088.issue1145@psf.upfronthosting.co.za>
2007-09-11 11:41:15thomasleelinkissue1145 messages
2007-09-11 11:41:14thomasleecreate