New submission from Ramchandra Apte <maniandra...@gmail.com>:

If you paste code with multiple lines which are not in a block of code into the 
IDLE Shell and press enter to run the code, only the first line of the code 
gets executed and the rest of the code is ignored.

You can even put garbage such as "$$$$" in the lines after the first line.

----------
components: IDLE
messages: 151352
nosy: ramchandra.apte
priority: normal
severity: normal
status: open
title: Pasting and then running code doesn't work in the IDLE Shell
type: behavior
versions: Python 3.2, Python 3.3

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

Reply via email to