[issue12782] Multiple context expressions do not support parentheses for continuation across lines

Georg Brandl report at bugs.python.org
Sat Aug 20 20:27:29 CEST 2011


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

> is the only other example I can think of 

One similar example would be "raise" in Python 2.

> all compound statements uniformly allowed the same continuation syntax.

This is not true: only "import-as" allows this syntax.  All other uses of parentheses for continuation are continuations of *expressions*.

----------
nosy: +georg.brandl

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


More information about the Python-bugs-list mailing list