diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-09-11 17:56:59 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-09-11 17:56:59 (GMT) |
commit | 76b7133f58ebd47cb7eb20c6cb760141dc5bd0b2 (patch) | |
tree | a04233c6023cfd1199c6bf42f38ec0fc03b4b675 /Misc | |
parent | 0db1c42c6556620301a79970a869519e8669dae5 (diff) | |
download | cpython-76b7133f58ebd47cb7eb20c6cb760141dc5bd0b2.zip cpython-76b7133f58ebd47cb7eb20c6cb760141dc5bd0b2.tar.gz cpython-76b7133f58ebd47cb7eb20c6cb760141dc5bd0b2.tar.bz2 |
Issue #25071: Windows installer should not require TargetDir parameter when installing quietly
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ 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? =============================================== |