]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32069: Drop legacy SSL transport (#4451)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 18 Nov 2017 16:54:05 +0000 (18:54 +0200)
committerGitHub <noreply@github.com>
Sat, 18 Nov 2017 16:54:05 +0000 (18:54 +0200)
commit51d546ae4d563fde608e23c9c337fefd7e95c93f
treed2bd875c8f22d60a2fc5a5c522bf17a424b97757
parentf02f5e5c3eb815fff9578dc58de60374c6baaa3d
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
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/sslproto.py
Lib/asyncio/test_utils.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_selector_events.py
Misc/NEWS.d/next/Library/2017-11-18-17-09-01.bpo-32069.S0wyy4.rst [new file with mode: 0644]