Alexander Belopolsky <[email protected]> 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 <[email protected]>
<http://bugs.python.org/issue7061>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com