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 serhiy.storchaka
Recipients asvetlov, remi.lapeyre, serhiy.storchaka, ys19991, yselivanov
Date 2020-07-08.17:05:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594227941.65.0.381492763853.issue41242@roundup.psfhosted.org>
In-reply-to
Content
In this particular case the number of concatenations is limited, the resulting string is usually short, and the code is not performance critical (it is the __repr__ implementation). So there is no significant advantage of one way over other, and no way is obviously wrong. In such cases the status quo wins.
History
Date User Action Args
2020-07-08 17:05:41serhiy.storchakasetrecipients: + serhiy.storchaka, asvetlov, yselivanov, remi.lapeyre, ys19991
2020-07-08 17:05:41serhiy.storchakasetmessageid: <1594227941.65.0.381492763853.issue41242@roundup.psfhosted.org>
2020-07-08 17:05:41serhiy.storchakalinkissue41242 messages
2020-07-08 17:05:41serhiy.storchakacreate