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 fdrake, pitrou, r.david.murray, serhiy.storchaka
Date 2013-09-27.18:12:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380305543.11.0.339323038259.issue19104@psf.upfronthosting.co.za>
In-reply-to
Content
> Both patches rely on implicit string literal concatenation.

But with backslash it *looks* less implicit.

> Another possibility is not fixing this issue, and deciding it is normal behaviour. It is trivial to add parentheses if you need them.

It would be safer just do not wrap long line on first level.
History
Date User Action Args
2013-09-27 18:12:23serhiy.storchakasetrecipients: + serhiy.storchaka, fdrake, pitrou, r.david.murray
2013-09-27 18:12:23serhiy.storchakasetmessageid: <1380305543.11.0.339323038259.issue19104@psf.upfronthosting.co.za>
2013-09-27 18:12:23serhiy.storchakalinkissue19104 messages
2013-09-27 18:12:23serhiy.storchakacreate