summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build/2019-12-01-21-45-24.bpo-37404.cNsA7S.rst
blob: 067fc9d3f189dcc846378ebb5193a5746a4728da (plain)
1
2
:mod:`asyncio` now raises :exc:`TyperError` when calling incompatible methods
with an :class:`ssl.SSLSocket` socket.  Patch by Ido Michael.