diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-12-02 16:28:51 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-12-02 16:28:51 (GMT) |
commit | 10f997d98600aebe465ecd0175581634dd5b9d07 (patch) | |
tree | 4e60ea752ee0cd10e0833f309f37e6e0fbaae5b8 /Misc | |
parent | 09a08de363cbe18a87392e1c2ebf0ac1f414592c (diff) | |
download | cpython-10f997d98600aebe465ecd0175581634dd5b9d07.zip cpython-10f997d98600aebe465ecd0175581634dd5b9d07.tar.gz cpython-10f997d98600aebe465ecd0175581634dd5b9d07.tar.bz2 |
Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect logic for launcher detection.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -62,6 +62,11 @@ Core and Builtins Library ------- +Windows +------- + +- Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect + logic for launcher detection. What's New in Python 3.5.1 release candidate 1? =============================================== |