Peter Otten wrote:
Tested on 2.4:


import turtle
turtle.reset()
for i in range(4):

...     turtle.forward(50)
...     turtle.right(90)
...

turtle._canvas.postscript(file="tmp.ps")

''

I think the big rewrite has happened in 2.6, so the above should also work in 2.3.

Peter


mr otten, you are great.

bye
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to