summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-12-06 03:11:33 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-12-06 03:11:33 (GMT)
commit22293df016773029385c70968252a11b7cb02a42 (patch)
tree5611857cbd58ca2989fddd38a43ed745ac9d30d0 /Misc
parent4becc38ad15d4e066f1b141cada8f5d76797cae4 (diff)
parente32467cf6af3e6d113ae2cfd886e403828e23fed (diff)
downloadcpython-22293df016773029385c70968252a11b7cb02a42.zip
cpython-22293df016773029385c70968252a11b7cb02a42.tar.gz
cpython-22293df016773029385c70968252a11b7cb02a42.tar.bz2
merge 3.4 (#22935)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 74da402..a9ffe84 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1269,6 +1269,9 @@ IDLE
Build
-----
+- Issue #22935: Allow the ssl module to be compiled if openssl doesn't support
+ SSL 3.
+
- Issue #22592: Drop support of the Borland C compiler to build Python. The
distutils module still supports it to build extensions.