Retina displays. Applies to Tkinter apps, such as IDLE, on OS X
framework builds linked with Cocoa Tk 8.5+.
Suggested by Kevin Walzer
<string>%VERSION%</string>
<key>CFBundleVersion</key>
<string>%VERSION%</string>
+ <key>NSHighResolutionCapable</key>
+ <true/>
<!--
<key>LSMinimumSystemVersionByArchitecture</key>
<dict>
<true/>
<key>NSHumanReadableCopyright</key>
<string>(c) 2013 Python Software Foundation.</string>
+ <key>NSHighResolutionCapable</key>
+ <true/>
</dict>
</plist>
- Issue #14437: Fix building the _io module under Cygwin.
+- 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
-----------