commit | 601149bb8e4fd200cc5b0b670f34c608c64e0783 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Sep 29 22:19:08 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Sep 29 22:19:08 2008 +0000 |
tree | 62044eeb592cfc0305f8d0b63985231b0053ce03 | |
parent | 28acc6cae585d3cae81755f52fed66a4cb04c128 [diff] |
Merged revisions 66686 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r66686 | martin.v.loewis | 2008-09-30 00:09:07 +0200 (Di, 30 Sep 2008) | 5 lines Issue #3965: Allow repeated calls to turtle.Screen, by making it a true singleton object. Reviewed by Gregor Lingl. ........