]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add a NEWs entry for r66614
authorBenjamin Peterson <benjamin@python.org>
Thu, 25 Sep 2008 20:35:45 +0000 (20:35 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 25 Sep 2008 20:35:45 +0000 (20:35 +0000)
Misc/NEWS

index 5d2a267228d7ee931d07a5d11a8afa2ad4495566..80e524d25281b75088cc57cda68f4da7c1f1717e 100644 (file)
--- 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.