This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, docs@python, eric.araujo, georg.brandl, gregorlingl, terry.reedy
Date 2010-10-29.18:14:51
SpamBayes Score 9.014332e-05
Marked as misclassified No
Message-id <1288376093.65.0.39345844345.issue7061@psf.upfronthosting.co.za>
In-reply-to
Content
While working on issue 10225, I have found several mistakes in turtle.rst examples.  It probably makes sense to review these separately and commit as part of this issue rather than bunching with the other issue 10225 changes.

There are still two remaining failures that I attribute to sphinx bugs.  One is due to an already reported ellipsis bug, and the other is a rather strange failure in the shapetransform example.

Georg, can you take a look?

File "library/turtle.rst", line 1272, in default
Failed example:
    turtle.shapetransform()
Expected:
    (4.0, -1.0, -0.0, 2.0)
Got:
    (2.82842712474619, -2.121320343559643, 2.8284271247461907, 0.7071067811865472)


Note that this test succeeds when it is the only test in a file.
History
Date User Action Args
2010-10-29 18:14:53belopolskysetrecipients: + belopolsky, georg.brandl, terry.reedy, gregorlingl, eric.araujo, docs@python
2010-10-29 18:14:53belopolskysetmessageid: <1288376093.65.0.39345844345.issue7061@psf.upfronthosting.co.za>
2010-10-29 18:14:52belopolskylinkissue7061 messages
2010-10-29 18:14:51belopolskycreate