From: Ned Deily Date: Tue, 29 Oct 2013 22:00:48 +0000 (-0700) Subject: Issue #19373: Add Misc/NEWS entry. X-Git-Tag: v3.4.0b1~476 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab457a2193a612610e996dd4b838437815ad8671;p=python Issue #19373: Add Misc/NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 04bcd7b8cd..6432564709 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -147,6 +147,9 @@ Build - Issue #15792: Correct build options on Win64. Patch by Jeremy Kloth. +- Issue #19373: Apply upstream change to Tk 8.5.15 fixing OS X 10.9 + screen refresh problem for OS X installer build. + Tools/Demos -----------