mirror of https://github.com/python/cpython
Issue #15587: merge from 3.3
This commit is contained in:
commit
c1eb48a8fd
|
@ -53,5 +53,7 @@
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>%version%</string>
|
<string>%version%</string>
|
||||||
|
<key>NSHighResolutionCapable</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
@ -56,5 +56,7 @@
|
||||||
<true/>
|
<true/>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>(c) 2013 Python Software Foundation.</string>
|
<string>(c) 2013 Python Software Foundation.</string>
|
||||||
|
<key>NSHighResolutionCapable</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
@ -847,6 +847,10 @@ Build
|
||||||
- Issue #15819: Make sure we can build Python out-of-tree from a read-only
|
- Issue #15819: Make sure we can build Python out-of-tree from a read-only
|
||||||
source directory. (Somewhat related to issue #9860.)
|
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
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue