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

Martin v. Löwis report at bugs.python.org
Sun Sep 28 15:39:38 CEST 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

Here is a patch that takes the alternative route, of making Screen a
singleton function, and renaming the class to _Screen.

Added file: http://bugs.python.org/file11643/singleton.diff

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


More information about the Python-bugs-list mailing list