New submission from Kandalintsev Alexandre <bug_hun...@messir.net>: Hello!
I found this problem: $ python3 -c 'import sys; for line in sys.stdout: pass' File "<string>", line 1 import sys; for line in sys.stdout: pass ^ SyntaxError: invalid syntax Without import-statement this work great. Also code 'import sys; pass' works too. ---------- components: Interpreter Core messages: 88024 nosy: exe severity: normal status: open title: for-loop doesn't work with -c versions: Python 2.5, Python 2.6, Python 2.7, Python 3.0, Python 3.1, Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6052> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com