[docs] [issue23073] Broken turtle example in Cmd documentation

bbc report at bugs.python.org
Wed Dec 17 22:28:40 CET 2014


New submission from bbc:

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.

----------
assignee: docs at python
components: Documentation
messages: 232829
nosy: bbc, docs at python
priority: normal
severity: normal
status: open
title: Broken turtle example in Cmd documentation
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23073>
_______________________________________


More information about the docs mailing list