From: Benjamin Peterson Date: Thu, 25 Sep 2008 20:35:45 +0000 (+0000) Subject: add a NEWs entry for r66614 X-Git-Tag: v2.6~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22d3c92480b419c4ad1adf42ffb723ba2d471f26;p=thirdparty%2FPython%2Fcpython.git add a NEWs entry for r66614 --- diff --git a/Misc/NEWS b/Misc/NEWS index 5d2a267228d7..80e524d25281 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.