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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ca4703b28e01d2454d3804cd9da62798529cab6;p=thirdparty%2FPython%2Fcpython.git Issue #21811: Add Misc/NEWS entry. --- 0ca4703b28e01d2454d3804cd9da62798529cab6 diff --cc Misc/NEWS index 27effe898bef,9a42c1fd4620..9fa3dc4d022d --- 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