On Wed, Jan 30, 2019 at 7:03 AM Robert Vanden Eynde
<robertv...@gmail.com> wrote:
>>
>> Raises an error. Why should:
>>
>> “”.join([2, “2”]) not raise an error as well?
>
> I agree

What do you think could be the developer intent when they do
",".join([2, "2']) ?

If the intent is clearly to assemble a string, as it looks like, then
I don't find any disadvantage to automate this task for them.

-- 
∞
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to