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 pitrou
Recipients fdrake, pitrou, r.david.murray, serhiy.storchaka
Date 2013-09-27.17:17:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380302266.03.0.360863681752.issue19104@psf.upfronthosting.co.za>
In-reply-to
Content
> "implicit string literal concatenation considered harmful"

Both patches rely on implicit string literal concatenation.

Another possibility is not fixing this issue, and deciding it is normal behaviour. It is trivial to add parentheses if you need them.
History
Date User Action Args
2013-09-27 17:17:46pitrousetrecipients: + pitrou, fdrake, r.david.murray, serhiy.storchaka
2013-09-27 17:17:46pitrousetmessageid: <1380302266.03.0.360863681752.issue19104@psf.upfronthosting.co.za>
2013-09-27 17:17:45pitroulinkissue19104 messages
2013-09-27 17:17:45pitroucreate