[issue41244] Change to use str.join() instead of += when concatenating string

Serhiy Storchaka report at bugs.python.org
Wed Jul 8 13:12:30 EDT 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Changes in bpo-41242 were rejected not because the new code is worse, but because it is not obviously and significantly better that the existing code. Here status quo wins for the same reasons. This rule saves us from endless rewriting the code and allows to focus on important things.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41244>
_______________________________________


More information about the Python-bugs-list mailing list