This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bmoth
Recipients bmoth, eric.smith, gregorlingl, ned.deily, ronaldoussoren, willingc, xtreak
Date 2018-11-11.16:50:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541955024.05.0.788709270274.issue35211@psf.upfronthosting.co.za>
In-reply-to
Content
I rewrote the life2.py using a class in order to eliminate global
variable declarations, and some other things, such as bringing
freegames.util#square() instream to be independent of freegames,
carefully accounting for every pixel output, etc. 

Works a little better but alt-Q has no effect whatsoever and 
it is necessary to Force Quit (mac terminology) or to switch to
the shell window and quit that first. 

Once this bug is fixed, wherever that might be, you might look into
using mylife.py as an turtle example -- with whatever changes you
like -- because it is interesting to use and it exercises the turtle
and tkinter very strenuously. (just leave my name off it...)

Thanks for your hard work.
History
Date User Action Args
2018-11-11 16:50:26bmothsetrecipients: + bmoth, ronaldoussoren, gregorlingl, eric.smith, ned.deily, willingc, xtreak
2018-11-11 16:50:24bmothsetmessageid: <1541955024.05.0.788709270274.issue35211@psf.upfronthosting.co.za>
2018-11-11 16:50:24bmothlinkissue35211 messages
2018-11-11 16:50:23bmothcreate