This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年01月16日 12:44 by Ramchandra Apte, last changed 2022年04月11日 14:57 by admin. 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 (roger.serwy) * (Python committer) | Date: 2012年01月16日 18:11 | |
This is a duplicate of #3559. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:25 | admin | set | github: 58007 |
| 2012年01月21日 02:32:48 | terry.reedy | set | status: open -> closed resolution: duplicate superseder: IDLE: Pasted newline doesn't trigger execution when typed newline would |
| 2012年01月16日 18:11:43 | roger.serwy | set | nosy:
+ roger.serwy messages: + msg151398 |
| 2012年01月16日 12:44:43 | Ramchandra Apte | create | |