]> granicus.if.org Git - python/commit
Issue #3965: Allow repeated calls to turtle.Screen, by making it a
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 29 Sep 2008 22:09:07 +0000 (22:09 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 29 Sep 2008 22:09:07 +0000 (22:09 +0000)
commite563aa4383df36cefe5c85c2a85b9008f54df048
tree865ead147f288507d8963abce4a5f310c705cab5
parente1448730716ee5c62d7290f8cfb4d94ad3f440df
Issue #3965: Allow repeated calls to turtle.Screen, by making it a
true singleton object.

Reviewed by Gregor Lingl.
Demo/turtle/turtleDemo.py
Doc/library/turtle.rst
Lib/lib-tk/turtle.py
Misc/NEWS