classification
Title: Pasting and then running code doesn't work in the IDLE Shell
Type: behavior Stage:
Components: IDLE Versions: Python 3.3, Python 3.2
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Pasted \n not same as typed \n
View: 3559
Assigned To: Nosy List: ramchandra.apte, serwy
Priority: normal Keywords:

Created on 2012-01-16 12:44 by ramchandra.apte, last changed 2012-01-21 02:32 by terry.reedy. This issue is now closed.

Messages (2)
msg151352 - (view) Author: Ramchandra Apte (ramchandra.apte) Date: 2012-01-16 12:44
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.
msg151398 - (view) Author: Roger Serwy (serwy) * Date: 2012-01-16 18:11
This is a duplicate of #3559.
History
Date User Action Args
2012-01-21 02:32:48terry.reedysetstatus: open -> closed
resolution: duplicate
superseder: Pasted \n not same as typed \n
2012-01-16 18:11:43serwysetnosy: + serwy
messages: + msg151398
2012-01-16 12:44:43ramchandra.aptecreate