mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #15587: merge from 3.2
This commit is contained in:
commit
380f7a186f
3 changed files with 8 additions and 0 deletions
|
@ -53,5 +53,7 @@
|
|||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>%version%</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -56,5 +56,7 @@
|
|||
<true/>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>(c) 2013 Python Software Foundation.</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -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
|
||||
-----------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue