From: Steve Dower Date: Wed, 23 Sep 2015 00:01:17 +0000 (-0700) Subject: Merge with 3.5 X-Git-Tag: v3.6.0a1~1474 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ef1db34bb3dc716f364a43e98d21b4a4cf760d6;p=python Merge with 3.5 --- 8ef1db34bb3dc716f364a43e98d21b4a4cf760d6 diff --cc Misc/NEWS index a15aa221d1,36cb6e4db3..5c318f992a --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -239,9 -150,21 +250,22 @@@ Buil Windows ------- + - Issue #25102: Windows installer does not precompile for -O or -OO. + + - Issue #25081: Makes Back button in installer go back to upgrade page when + upgrading. + + - Issue #25091: Increases font size of the installer. + + - Issue #25126: Clarifies that the non-web installer will download some + components. + + - Issue #25213: Restores requestedExecutionLevel to manifest to disable + UAC virtualization. + - Issue #25022: Removed very outdated PC/example_nt/ directory. + What's New in Python 3.5.0 final? =================================