summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2017-11-18 16:54:05 (GMT)
committerGitHub <noreply@github.com>2017-11-18 16:54:05 (GMT)
commit51d546ae4d563fde608e23c9c337fefd7e95c93f (patch)
treed2bd875c8f22d60a2fc5a5c522bf17a424b97757 /Misc/NEWS.d/next
parentf02f5e5c3eb815fff9578dc58de60374c6baaa3d (diff)
downloadcpython-51d546ae4d563fde608e23c9c337fefd7e95c93f.zip
cpython-51d546ae4d563fde608e23c9c337fefd7e95c93f.tar.gz
cpython-51d546ae4d563fde608e23c9c337fefd7e95c93f.tar.bz2
bpo-32069: Drop legacy SSL transport (#4451)
* Drop legacy SSL transport * Drop unused import * Fix Windows tests * Drop never executed on Python 3.4+ code
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2017-11-18-17-09-01.bpo-32069.S0wyy4.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-11-18-17-09-01.bpo-32069.S0wyy4.rst b/Misc/NEWS.d/next/Library/2017-11-18-17-09-01.bpo-32069.S0wyy4.rst
new file mode 100644
index 0000000..2d69539
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-11-18-17-09-01.bpo-32069.S0wyy4.rst
@@ -0,0 +1 @@
+Drop legacy SSL transport from asyncio, ssl.MemoryBIO is always used anyway.