summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-02-02 07:15:51 (GMT)
committerNed Deily <nad@acm.org>2013-02-02 07:15:51 (GMT)
commit380f7a186ffb611a0d2bea8f95dd9d6625f9285a (patch)
tree6d79a91a94a7fd9a75b617e3381d56837ca4d655 /Misc
parent90fa9508a6c1cc862de002c2a35b8abe1c5eb42d (diff)
parent9cd864dcbf178e18d1e8370724218594757fddb0 (diff)
downloadcpython-380f7a186ffb611a0d2bea8f95dd9d6625f9285a.zip
cpython-380f7a186ffb611a0d2bea8f95dd9d6625f9285a.tar.gz
cpython-380f7a186ffb611a0d2bea8f95dd9d6625f9285a.tar.bz2
Issue #15587: merge from 3.2
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b4d2f22..47a5f4c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -620,6 +620,10 @@ Build
- 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
-----------