From: Antoine Pitrou Date: Tue, 13 Aug 2013 18:23:56 +0000 (+0200) Subject: Add NEWS entry for 0f17aed78168 (issue #16248) X-Git-Tag: v2.7.6rc1~243 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4221b7c7646ecf71425e7d3b46527d0faee8d613;p=thirdparty%2FPython%2Fcpython.git Add NEWS entry for 0f17aed78168 (issue #16248) --- diff --git a/Misc/NEWS b/Misc/NEWS index 5e4a1bee3c65..d2d3b08a2ac7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -29,6 +29,8 @@ Core and Builtins Library ------- +- Fix tkinter regression introduced by the security fix in issue #16248. + - Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get docstrings and ValueError messages. Patch by Zhongyue Luo