From: Steve Dower Date: Fri, 11 Sep 2015 18:31:07 +0000 (-0700) Subject: Issue #25071: Windows installer should not require TargetDir parameter when installin... X-Git-Tag: v3.6.0a1~1578 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a004c54f9481f41ac846302159d103fe611f7761;p=python Issue #25071: Windows installer should not require TargetDir parameter when installing quietly --- a004c54f9481f41ac846302159d103fe611f7761 diff --cc Misc/NEWS index 6ef23b284f,909814bead..17e42bdd2d --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -188,7 -99,22 +188,23 @@@ Buil - Issue #24986: It is now possible to build Python on Windows without errors when external libraries are not available. + + Windows + ------- + + - Issue #25022: Removed very outdated PC/example_nt/ directory. + + What's New in Python 3.5.0 final? + ================================= + + Release date: 2015-09-13 + + Build + ----- + + - Issue #25071: Windows installer should not require TargetDir + parameter when installing quietly + What's New in Python 3.5.0 release candidate 4? ===============================================