[issue14117] Turtledemo: exception and minor glitches.

Terry J. Reedy report at bugs.python.org
Wed Jul 23 23:36:47 CEST 2014


Terry J. Reedy added the comment:

#22053 added main(), eliminated 'while RUN', and fixed this a 3.x debug shutdown message.

The main remaining problem I am aware of now is that some demos 'print' messages to the console (or shell), which would be a problem if there were not one (as with pythonw).  Except for one demo, the messages would fit on the demo window message button. A possible fix would be to call demo.main with the button, so mainloop demos could write back to it.
(Normal demo returns are put there now.)

----------
versions: +Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14117>
_______________________________________


More information about the Python-bugs-list mailing list