From: Ned Deily Date: Mon, 30 Jun 2014 06:54:38 +0000 (-0700) Subject: Issue #21811: Add Misc/NEWS entry. X-Git-Tag: v3.5.0a1~1377 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ca4703b28e01d2454d3804cd9da62798529cab6;p=python Issue #21811: Add Misc/NEWS entry. --- 0ca4703b28e01d2454d3804cd9da62798529cab6 diff --cc Misc/NEWS index 27effe898b,9a42c1fd46..9fa3dc4d02 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -593,13 -485,6 +593,15 @@@ Buil - Issue #20644: OS X installer build support for documentation build changes in 3.4.1: assume externally supplied sphinx-build is available in /usr/bin. +- Issue #20022: Eliminate use of deprecated bundlebuilder in OS X builds. + +- Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build + solution. + +- Issue #17095: Fix Modules/Setup *shared* support. + ++- Issue #21811: Anticipated fixes to support OS X versions > 10.9. ++ C API ----- - Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__ to