Antoine Pitrou added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19104>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to