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-11-04.21:50:13
SpamBayes Score 7.952886e-06
Marked as misclassified No
Message-id <1288907421.55.0.72053422709.issue7061@psf.upfronthosting.co.za>
In-reply-to
Content
I am attaching a patch that adds a hack that allows to run turtle doctests using turtle.run_doctests() function.  Running this function has revealed numerous mistakes in doctests that are corrected in the patch.

The patch is against release27 branch because there are even more problems in py3k.

I don't think run_doctests hack belongs to turtle module.  I think it would be more appropriate to place it in test.test_turtle.

I have also not been able to figure out how to make global functions' doctests runnable.  The current patch disables them by mangling the >>> prompts in docstrings.
History
Date User Action Args
2010-11-04 21:50:21belopolskysetrecipients: + belopolsky, georg.brandl, terry.reedy, gregorlingl, eric.araujo, docs@python
2010-11-04 21:50:21belopolskysetmessageid: <1288907421.55.0.72053422709.issue7061@psf.upfronthosting.co.za>
2010-11-04 21:50:19belopolskylinkissue7061 messages
2010-11-04 21:50:18belopolskycreate