diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-06 03:11:33 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-06 03:11:33 (GMT) |
commit | 22293df016773029385c70968252a11b7cb02a42 (patch) | |
tree | 5611857cbd58ca2989fddd38a43ed745ac9d30d0 /Misc | |
parent | 4becc38ad15d4e066f1b141cada8f5d76797cae4 (diff) | |
parent | e32467cf6af3e6d113ae2cfd886e403828e23fed (diff) | |
download | cpython-22293df016773029385c70968252a11b7cb02a42.zip cpython-22293df016773029385c70968252a11b7cb02a42.tar.gz cpython-22293df016773029385c70968252a11b7cb02a42.tar.bz2 |
merge 3.4 (#22935)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |