[Python-checkins] cpython (merge 3.3 -> default): Issue #15587: merge from 3.3

ned.deily python-checkins at python.org
Sat Feb 2 08:18:19 CET 2013


http://hg.python.org/cpython/rev/d8dcf87b8e49
changeset:   81904:d8dcf87b8e49
parent:      81900:0cc290da01b2
parent:      81903:8fbab6648309
user:        Ned Deily <nad at acm.org>
date:        Fri Feb 01 23:17:34 2013 -0800
summary:
  Issue #15587: merge from 3.3

files:
  Mac/IDLE/IDLE.app/Contents/Info.plist |  2 ++
  Mac/Resources/app/Info.plist.in       |  2 ++
  Misc/NEWS                             |  4 ++++
  3 files changed, 8 insertions(+), 0 deletions(-)


diff --git a/Mac/IDLE/IDLE.app/Contents/Info.plist b/Mac/IDLE/IDLE.app/Contents/Info.plist
--- a/Mac/IDLE/IDLE.app/Contents/Info.plist
+++ b/Mac/IDLE/IDLE.app/Contents/Info.plist
@@ -53,5 +53,7 @@
 	<string>????</string>
 	<key>CFBundleVersion</key>
 	<string>%version%</string>
+	<key>NSHighResolutionCapable</key>
+	<true/>
 </dict>
 </plist>
diff --git a/Mac/Resources/app/Info.plist.in b/Mac/Resources/app/Info.plist.in
--- a/Mac/Resources/app/Info.plist.in
+++ b/Mac/Resources/app/Info.plist.in
@@ -56,5 +56,7 @@
 	<true/>
 	<key>NSHumanReadableCopyright</key>
 	<string>(c) 2013 Python Software Foundation.</string>
+	<key>NSHighResolutionCapable</key>
+	<true/>
 </dict>
 </plist>
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -847,6 +847,10 @@
 - 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.
+
 Documentation
 -------------
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list