29 Oct
2010
29 Oct
'10
2:29 p.m.
Alexander Belopolsky <belopolsky@users.sourceforge.net> added the comment: As I suspected, the turtle.shapetransform() stems from sphinx' failure to reinitialize the turtle variable as testsetup dictates. I can work around this by adding >>> turtle = Turtle() above >>> turtle.shape("square") >>> turtle.shapesize(4,2) >>> turtle.shearfactor(-0.5) >>> turtle.shapetransform() (4.0, -1.0, -0.0, 2.0) but I don't think it is a good idea to pollute the documentation this way. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue7061> _______________________________________