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.16:11:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380298306.18.0.216259795162.issue19104@psf.upfronthosting.co.za>
In-reply-to
Content
According to PEP 8, parentheses should be used for multi-line expressions, not backslashes:

"""The preferred way of wrapping long lines is by using Python's implied line continuation inside parentheses, brackets and braces. Long lines can be broken over multiple lines by wrapping expressions in parentheses. These should be used in preference to using a backslash for line continuation."""

Also, please note that in both cases it adds a character to the lines, which must be taken into account in the algorithm.
History
Date User Action Args
2013-09-27 16:11:46pitrousetrecipients: + pitrou, fdrake, r.david.murray, serhiy.storchaka
2013-09-27 16:11:46pitrousetmessageid: <1380298306.18.0.216259795162.issue19104@psf.upfronthosting.co.za>
2013-09-27 16:11:46pitroulinkissue19104 messages
2013-09-27 16:11:45pitroucreate