summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-12-09-14-40-09.bpo-39006.v4VsPg.rst
blob: 8402845a5a047560c7cab4aad978bb562d461364 (plain)
1
2
Fix asyncio when the ssl module is missing: only check for ssl.SSLSocket
instance if the ssl module is available.