From: Ned Deily Date: Mon, 2 Jun 2014 08:15:32 +0000 (-0700) Subject: Issue #17095: Fix Modules/Setup *shared* support. X-Git-Tag: v3.5.0a1~1546 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f794eef9b66c0983ef49be317347dc64cbbe700;p=python Issue #17095: Fix Modules/Setup *shared* support. Original patch by Thomas Wouters. --- 8f794eef9b66c0983ef49be317347dc64cbbe700 diff --cc Misc/NEWS index 3bf554a426,c03534b212..f7bac9ead7 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -493,11 -370,6 +493,13 @@@ 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. ++ C API ----- - Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__ to