diff options
author | Raymond Hettinger <python@rcn.com> | 2014-06-22 08:21:51 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2014-06-22 08:21:51 (GMT) |
commit | 6dec4eae536b3e55bf18b5804eb01f8110d4bafb (patch) | |
tree | 1100343ccfe3633756bcc76ae62bf46af88f00ba /Misc | |
parent | f51531e2578452a47914108a44bc74c15431a5b0 (diff) | |
download | cpython-6dec4eae536b3e55bf18b5804eb01f8110d4bafb.zip cpython-6dec4eae536b3e55bf18b5804eb01f8110d4bafb.tar.gz cpython-6dec4eae536b3e55bf18b5804eb01f8110d4bafb.tar.bz2 |
Issue #21812: Trigger immediate transformation in turtle.shapetransform().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -235,6 +235,7 @@ Ingrid Cheung Albert Chin-A-Young Adal Chiriliuc Matt Chisholm +Lita Cho Anders Chrigström Tom Christiansen Vadim Chugunov @@ -29,6 +29,9 @@ Library - Issue #21491: socketserver: Fix a race condition in child processes reaping. +- Issue #21812: turtle.shapetransform did not tranform the turtle on the + first call. (Issue identified and fixed by Lita Cho.) + - Issue #21635: The difflib SequenceMatcher.get_matching_blocks() method cache didn't match the actual result. The former was a list of tuples and the latter was a list of named tuples. |