From: Ned Deily Date: Sat, 2 Feb 2013 07:17:34 +0000 (-0800) Subject: Issue #15587: merge from 3.3 X-Git-Tag: v3.4.0a1~1477 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1eb48a8fd6b1730e02e383988208469900ce363;p=python Issue #15587: merge from 3.3 --- c1eb48a8fd6b1730e02e383988208469900ce363 diff --cc Misc/NEWS index 05a3647dbe,47a5f4cbad..ba645e8946 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -847,6 -620,16 +847,10 @@@ Buil - Issue #15819: Make sure we can build Python out-of-tree from a read-only source directory. (Somewhat related to issue #9860.) + - Issue #15587: Enable Tk high-resolution text rendering on Macs with + Retina displays. Applies to Tkinter apps, such as IDLE, on OS X + framework builds linked with Cocoa Tk 8.5. + -Tools/Demos ------------ - -- Issue #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py - Patch by Serhiy Storchaka. - Documentation -------------