diff options
author | Raymond Hettinger <python@rcn.com> | 2014-06-22 08:23:55 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2014-06-22 08:23:55 (GMT) |
commit | 47d1e2858eb26931fc76007d37204c379b3279bd (patch) | |
tree | 085cdb3f8788d1c0bb8217196ac7447200bc084a | |
parent | 29ed8eec68fa75c4e1e909debc826ec7c6eb0e85 (diff) | |
parent | 6dec4eae536b3e55bf18b5804eb01f8110d4bafb (diff) | |
download | cpython-47d1e2858eb26931fc76007d37204c379b3279bd.zip cpython-47d1e2858eb26931fc76007d37204c379b3279bd.tar.gz cpython-47d1e2858eb26931fc76007d37204c379b3279bd.tar.bz2 |
merge
-rw-r--r-- | Lib/turtle.py | 2 | ||||
-rw-r--r-- | Misc/ACKS | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Lib/turtle.py b/Lib/turtle.py index 599f645..3d1d3b0 100644 --- 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 - self._update() + self.pen(resizemode="user") def _polytrafo(self, poly): @@ -236,6 +236,7 @@ Ingrid Cheung Albert Chin-A-Young Adal Chiriliuc Matt Chisholm +Lita Cho Anders Chrigström Tom Christiansen Vadim Chugunov |