[issue21812] turtle.shapetransform doesn't transform the turtle on the first call

Raymond Hettinger report at bugs.python.org
Sun Jun 22 10:29:08 CEST 2014


Raymond Hettinger added the comment:

Thanks for noticing this and for the patch.

In the future, to make patches easier to review, please isolate the core logic change from inconsequential whitespace and linewrap edits.  Also note that breaking strings in the middle to accommodate a max line length can be error-prone (in this case a space was dropped between "matrix:" and "must").

----------
resolution:  -> fixed
stage:  -> resolved
status: open -> closed
type:  -> behavior
versions: +Python 3.4, Python 3.5

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


More information about the Python-bugs-list mailing list