From: Steve Dower Date: Sat, 12 Mar 2016 16:39:07 +0000 (-0800) Subject: Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel. X-Git-Tag: v3.6.0a1~493 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d9bcb5d627df6298abea3c32b6c62d5bcaa7010;p=python Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel. --- 8d9bcb5d627df6298abea3c32b6c62d5bcaa7010 diff --cc Misc/NEWS index c994a0aff5,b7a2617681..91193a60d4 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -811,11 -306,19 +811,14 @@@ Test Build ----- + - Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by + Bjoern Thiel. + - Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. -- Issue #24421: Compile Modules/_math.c once, before building extensions. - Previously it could fail to compile properly if the math and cmath builds - were concurrent. - - Issue #25348: Added ``--pgo`` and ``--pgo-job`` arguments to ``PCbuild\build.bat`` for building with Profile-Guided Optimization. The - old ``PCbuild\build_pgo.bat`` script is now deprecated, and simply calls - ``PCbuild\build.bat --pgo %*``. + old ``PCbuild\build_pgo.bat`` script is removed. - Issue #25827: Add support for building with ICC to ``configure``, including a new ``--with-icc`` flag.