]> granicus.if.org Git - python/commitdiff
Issue #25798: merge from 3.5
authorNed Deily <nad@acm.org>
Sun, 6 Dec 2015 04:57:55 +0000 (23:57 -0500)
committerNed Deily <nad@acm.org>
Sun, 6 Dec 2015 04:57:55 +0000 (23:57 -0500)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 48f6e3bebb44af599c1e0adf291aaebddbe83629,7733d23965bc07459934fc9bc7e60aebdca6d6c2..026a19af757e23c3bbec74fab77f3bee925b3589
+++ b/Misc/NEWS
@@@ -483,22 -80,8 +483,24 @@@ Test
  Build
  -----
  
 +- Issue #24986: It is now possible to build Python on Windows without errors
 +  when external libraries are not available.
 +
+ - Issue #25798: Update OS X 10.5 installer to use OpenSSL 1.0.2e.
 +Windows
 +-------
 +
 +- Issue #25022: Removed very outdated PC/example_nt/ directory.
 +
 +Tools/Demos
 +-----------
 +
 +- Issue #25440: Fix output of python-config --extension-suffix.
 +
 +- Issue #25154: The pyvenv script has been deprecated in favour of
 +  `python3 -m venv`.
 +
  
  What's New in Python 3.5.1 final?
  =================================