diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-07-05 03:53:11 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-07-05 03:53:11 (GMT) |
commit | 63eaf7b73daf917454a855041c4c99278787c7a1 (patch) | |
tree | bd2ea62021541d0f7860f1e47e2544d279789740 /Misc | |
parent | e54d5321cc527d0c97a95b90b2754f6494e7b3e1 (diff) | |
parent | 2e770ce9a09c129fed6646e5b30560e06a3b8183 (diff) | |
download | cpython-63eaf7b73daf917454a855041c4c99278787c7a1.zip cpython-63eaf7b73daf917454a855041c4c99278787c7a1.tar.gz cpython-63eaf7b73daf917454a855041c4c99278787c7a1.tar.bz2 |
merge heads
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -102,6 +102,12 @@ Documentation - Issue #24351: Clarify what is meant by "identifier" in the context of string.Template instances. +Build +----- + +- Issue #24432: Update Windows builds and OS X 10.5 installer to use OpenSSL + 1.0.2c. + What's New in Python 3.5.0 beta 2? ================================== |