[New-bugs-announce] [issue22560] Add loop-agnostic SSL implementation to asyncio

Antoine Pitrou report at bugs.python.org
Mon Oct 6 00:28:22 CEST 2014


New submission from Antoine Pitrou:

Now that #21965 is implemented, it is possible to improve SSL support in asyncio by making it independent of how the underlying event loop works (e.g. whether it is a Unix-like reactor or a proactor).

----------
messages: 228628
nosy: geertj, giampaolo.rodola, gvanrossum, haypo, pitrou, yselivanov
priority: normal
severity: normal
status: open
title: Add loop-agnostic SSL implementation to asyncio
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22560>
_______________________________________


More information about the New-bugs-announce mailing list