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:42:58
SpamBayes Score 0.21260825
Marked as misclassified No
Message-id <1189510978.79.0.4627140855.issue1145@psf.upfronthosting.co.za>
In-reply-to
Content
Oh and an example of usage:

# before the patch
', '.join([str(x) for x in [1, 2, 3]])

# after the patch
', '.join([1, 2, 3])
History
Date User Action Args
2007-09-11 11:42:58thomasleesetspambayes_score: 0.212608 -> 0.21260825
recipients: + thomaslee
2007-09-11 11:42:58thomasleesetspambayes_score: 0.212608 -> 0.212608
messageid: <1189510978.79.0.4627140855.issue1145@psf.upfronthosting.co.za>
2007-09-11 11:42:58thomasleelinkissue1145 messages
2007-09-11 11:42:58thomasleecreate