[issue22538] turtledemo two_canvases reversion

2021-04-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: Thank you. I had forgotten about this. It also works as advertised in the module docstring on Windows, 3.8 and 3.10. There has been no change to the code, so a patch to turtle itself must have fixed the problem. -- resolution: -> out of date stag

[issue22538] turtledemo two_canvases reversion

2021-04-05 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue22538] turtledemo two_canvases reversion

2021-04-05 Thread Erlend Egeberg Aasland
Erlend Egeberg Aasland added the comment: FYI, the running the two_canvases example from turtledemo works fine with Python 3.10 on macOS. -- nosy: +erlendaasland ___ Python tracker _

[issue22538] turtledemo two_canvases reversion

2014-10-01 Thread Terry J. Reedy
New submission from Terry J. Reedy: The turtledemo two-canvases was fixed a couple of months ago but subsequent patches have returned its bad behavior. The first time selected, it runs but does not display the code. The second time, the code is displayed. Clicking start freezes the viewer b