]> granicus.if.org Git - python/commitdiff
Add NEWS entry for 0f17aed78168 (issue #16248)
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 13 Aug 2013 18:23:56 +0000 (20:23 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 13 Aug 2013 18:23:56 +0000 (20:23 +0200)
Misc/NEWS

index 5e4a1bee3c65e70f669622444639097197306025..d2d3b08a2ac7f9bc99f2f5afa6ec569f1590903f 100644 (file)
--- 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