[issue23616] Idle: conflict between loop execution and undo shortcut.

2020-06-07 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: -kbk, roger.serwy versions: +Python 3.10 -Python 3.6, Python 3.7 ___ Python tracker ___ ___ Pyt

[issue23616] Idle: conflict between loop execution and undo shortcut.

2017-06-22 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: -> terry.reedy versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker ___

[issue23616] Idle: conflict between loop execution and undo shortcut.

2015-03-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: I believe you are reporting the following behavior, which I believe I have seen before but which seems not to be the subject of a tracker issue. If I run import time for i in range(20): print(i) time.sleep(.5) either in Shell at >>> or from th

[issue23616] Idle: conflict between loop execution and undo shortcut.

2015-03-09 Thread Davide Okami
Davide Okami added the comment: Sorry for my bad technical acknowledgment, i will try to be more understandable. Declaring a while loop statement, and launching the loop pressing enter, it is possible to delete loop results and return to the while declaration statement deleting it [1] or it's p