[issue7391] Re-title the "Using Backslash to Continue Statements" anti-idiom

Georg Brandl report at bugs.python.org
Tue Nov 24 23:45:34 CET 2009


Georg Brandl <georg at python.org> added the comment:

As you write, the parentheses "trick" only works in expressions (what
you tried to wrap in your with statement is not an expression).

The backslash works for all kinds of statements however, so the
suggested change is wrong.

----------
resolution:  -> wont fix
status: open -> pending

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7391>
_______________________________________


More information about the Python-bugs-list mailing list