Message223783
| Author | terry.reedy |
|---|---|
| Recipients | BreamoreBoy, python-dev, rhettinger, terry.reedy |
| Date | 2014-07-23.21:36:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1406151407.06.0.419480568689.issue14117@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
#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.) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-07-23 21:36:47 | terry.reedy | set | recipients: + terry.reedy, rhettinger, BreamoreBoy, python-dev |
| 2014-07-23 21:36:47 | terry.reedy | set | messageid: <1406151407.06.0.419480568689.issue14117@psf.upfronthosting.co.za> |
| 2014-07-23 21:36:47 | terry.reedy | link | issue14117 messages |
| 2014-07-23 21:36:46 | terry.reedy | create | |