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 lopgok
Recipients LambertDW, amaury.forgeotdarc, lopgok
Date 2008-12-05.02:00:19
SpamBayes Score 1.6526408e-05
Marked as misclassified No
Message-id <1228442421.07.0.777953717349.issue4534@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, it was
 import string
 string.join(lis, '')

I am still a bit confused though.
Why doesn't my code of str.join(lis, '') work?

I don't think str is a reserved word.
I suppose that python might be able to deduce that str is of type
string, based on join being called on it.
Is the problem that python thinks my str is of type list?
History
Date User Action Args
2008-12-05 02:00:21lopgoksetrecipients: + lopgok, amaury.forgeotdarc, LambertDW
2008-12-05 02:00:21lopgoksetmessageid: <1228442421.07.0.777953717349.issue4534@psf.upfronthosting.co.za>
2008-12-05 02:00:20lopgoklinkissue4534 messages
2008-12-05 02:00:19lopgokcreate