[issue3956] turtle.py - bug in Screen.__init__()

Gregor Lingl report at bugs.python.org
Mon Sep 29 08:07:31 CEST 2008


Gregor Lingl <gregorlingl at users.sourceforge.net> added the comment:

Agreeing to this patch, I'd just like to mention, that nevertheless this
change is not very pleasing for me. Not feeling that singleton with
inheritance is a 'meaningless' but rather a 'very special' concept,the
meaning of which could be explained, I've used this concept in the last
chapter of my book "Python for Kids" designing sort of a GameScreen
class derived from Screen(). Hmmm. So sthis seems to remain sort of a
unique selling point of xturtle for now. And in the 4th edition I can
certainly adapt this chapter. 

When 2.6 is out, what do you think is the right point for a further
discussion of this? (I think certainly not the bugtracker and
particularly not this issue.

Regards,
Gregor

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


More information about the Python-bugs-list mailing list