commit | 97cf99fc7e8c56868711f7c91c3b1e37e4c66cba | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Jun 10 04:44:07 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Jun 10 04:44:07 2008 +0000 |
tree | 6b43643ebc4dc74dd084df06e9163134818423bf | |
parent | b38fea34bfc67ab5780804a511efe34f49d11e45 [diff] [blame] |
Patch #3064: Port new turtle module and demos to 3.0.
diff --git a/Demo/turtle/turtle.cfg b/Demo/turtle/turtle.cfg new file mode 100644 index 0000000..bd89a74 --- /dev/null +++ b/Demo/turtle/turtle.cfg
@@ -0,0 +1,10 @@ +width = 800 +height = 600 +canvwidth = 1200 +canvheight = 900 +shape = arrow +mode = standard +resizemode = auto +fillcolor = "" +title = Python turtle graphics demo. +