summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-09-25 20:35:45 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-09-25 20:35:45 (GMT)
commit22d3c92480b419c4ad1adf42ffb723ba2d471f26 (patch)
tree8c366c51fa9f41ef02f83efaf4e760471ba53616 /Misc/NEWS
parente86b07cc9ad51baa4f5a2854f8a03e7d1b77b817 (diff)
downloadcpython-22d3c92480b419c4ad1adf42ffb723ba2d471f26.zip
cpython-22d3c92480b419c4ad1adf42ffb723ba2d471f26.tar.gz
cpython-22d3c92480b419c4ad1adf42ffb723ba2d471f26.tar.bz2
add a NEWs entry for r66614
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5d2a267..80e524d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,8 @@ Core and Builtins
Library
-------
+- Issue #3950: Made turtle respect scale factors.
+
- Issue #3547: Fixed ctypes structures bitfields of varying integer
sizes.