From: Steve Dower Date: Sat, 16 Jan 2016 20:40:19 +0000 (-0800) Subject: Issue #25850: Use cross-compilation by default for 64-bit Windows. X-Git-Tag: v3.6.0a1~761 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8ce735e82df729f96be21f6d7bb8d014996a8cd;p=python Issue #25850: Use cross-compilation by default for 64-bit Windows. --- d8ce735e82df729f96be21f6d7bb8d014996a8cd diff --cc Misc/NEWS index 0e46c8d5dc,274e5c48b3..015b536342 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -131,11 -44,9 +131,13 @@@ Core and Builtin Library ------- + - Issue #25850: Use cross-compilation by default for 64-bit Windows. + -- Issue #17633: Improve zipimport's support for namespace packages. +- Issue #25822: Add docstrings to the fields of urllib.parse results. + Patch contributed by Swati Jaiswal. + +- Issue #22642: Convert trace module option parsing mechanism to argparse. + Patch contributed by SilentGhost. - Issue #24705: Fix sysconfig._parse_makefile not expanding ${} vars appearing before $() vars.