[issue35467] IDLE: unrequested pasting into Shell after restart

2022-01-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: I finally caught an example, which was not immediately after restart. I copied the two lines of output, entered 'import re\n' and the copied text was pasted, then the line with the addition compiled, leading to the error. Type "help", "copyright", "credits"

[issue35467] IDLE: unrequested pasting into Shell after restart

2019-03-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- assignee: -> terry.reedy components: +IDLE ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue35467] IDLE: unrequested pasting into Shell after restart

2018-12-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: Raymond: I agree that daily would be obnoxious. For me it is more like once a month or maybe less. Can you give any detail about the factors I mentioned? I currently have no idea where to start looking. -- ___

[issue35467] IDLE: unrequested pasting into Shell after restart

2018-12-12 Thread Raymond Hettinger
Raymond Hettinger added the comment: FWIW, I have this problem every day. Am running on macOS. This behavior has been seen for years and still persists on the latest IDLE that ships with a stock 3.7.1 from python.org. -- ___ Python tracker

[issue35467] IDLE: unrequested pasting into Shell after restart

2018-12-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: Thank you for the report. Since I expect you would recognize the issue if you had seen it, I consider it possible that linux IDLE is immune. After running a file, I would like f5 to re-run the same file. Trying to run the contents of Shell, starting with t

[issue35467] IDLE: unrequested pasting into Shell after restart

2018-12-12 Thread Cheryl Sabella
Cheryl Sabella added the comment: I don't believe I've seen this happen, but I'll watch for it. One thing that I noticed while trying to recreate it is that I can press F5 on the Shell window even though there isn't a Run menu. Maybe the issue is somehow related using shortcuts that aren't

[issue35467] IDLE: unrequested pasting into Shell after restart

2018-12-11 Thread Terry J. Reedy
New submission from Terry J. Reedy : IDLE very occasionally (frequency much less than .01), and AFAIK hapzardly, pastes previous shell output after I enter something at the prompt after a restart. Not fatal but definitly annoying. When it happened today, I decided to open this issue to star