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 bbc
Recipients bbc, docs@python
Date 2014-12-17.21:28:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418851720.64.0.216827601034.issue23073@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation page for the cmd module contains an example with the turtle module:

https://docs.python.org/3.4/library/cmd.html#cmd-example

It seems like the turtle module has changed quite a bit since the code was written, and exposes a Pen class instead of all the various movement functions.  The example, while still useful, cannot be executed as is.

I like the example and would be happy to provide an idiomatic replacement if you think this is necessary.
History
Date User Action Args
2014-12-17 21:28:40bbcsetrecipients: + bbc, docs@python
2014-12-17 21:28:40bbcsetmessageid: <1418851720.64.0.216827601034.issue23073@psf.upfronthosting.co.za>
2014-12-17 21:28:40bbclinkissue23073 messages
2014-12-17 21:28:40bbccreate