[New-bugs-announce] [issue13798] Pasting and then running code doesn't work in the IDLE Shell

Ramchandra Apte report at bugs.python.org
Mon Jan 16 13:44:44 CET 2012


New submission from Ramchandra Apte <maniandram01 at 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 <report at bugs.python.org>
<http://bugs.python.org/issue13798>
_______________________________________


More information about the New-bugs-announce mailing list