[issue23035] python -c: Line causing exception not shown for exceptions other than SyntaxErrors

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Sat Dec 13 02:32:49 CET 2014


Arfrever Frehtes Taifersar Arahesis added the comment:

Argument of -c option can have multiple lines, while only 1 line can be directly entered in interactive interpreter.

python -c $'line1\nline2\nline3\nline4\n...'

----------

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


More information about the Python-bugs-list mailing list