cpython: 39b094798e14 (original) (raw)

Mercurial > cpython

changeset 91315:39b094798e14 3.4

Issue #21812: Trigger immediate transformation in turtle.shapetransform(). [#21812]

Raymond Hettinger python@rcn.com
date Sun, 22 Jun 2014 01:21:51 -0700
parents 1ae2382417dc
children 3426d25a00a2 b896fe4b1201
files Lib/turtle.py Misc/ACKS Misc/NEWS
diffstat 3 files changed, 5 insertions(+), 1 deletions(-)[+] [-] Lib/turtle.py 2 Misc/ACKS 1 Misc/NEWS 3

line wrap: on

line diff

--- a/Lib/turtle.py +++ b/Lib/turtle.py @@ -2945,7 +2945,7 @@ class RawTurtle(TPen, TNavigator): self._stretchfactor = a11, a22 self._shearfactor = a12/a22 self._tilt = alfa

def _polytrafo(self, poly):

--- a/Misc/ACKS +++ b/Misc/ACKS @@ -235,6 +235,7 @@ Ingrid Cheung Albert Chin-A-Young Adal Chiriliuc Matt Chisholm +Lita Cho Anders Chrigström Tom Christiansen Vadim Chugunov

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -29,6 +29,9 @@ Library