On Wed, 14 Mar 2018 15:03:02 +0000 Guido van Rossum <gvanros...@gmail.com> wrote: > I use the feature regularly for long error messages, and when combined with > .format() or % it's not so easy to replace it with a + (it would require > adding parentheses).
Same here. Implicit string concatenation together with string formatting is quite common for me when writing error messages. Regards Antoine. _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/