On 3 November 2012 21:20, Richard Oudkerk <
shibturn@gmail.com> wrote:
> The IOCP proactor does not support ssl (or ipv6) so main.py does not succeed
> in downloading from
xkcd.com using ssl. Using the other proactors it works
> correctly.
>
> The basic interface for the proactor looks like
>
> class Proactor:
> def recv(self, sock, n): ...
> def send(self, sock, buf): ...
> def connect(self, sock, address): ...
> def accept(self, sock): ...
>
> def poll(self, timeout=None): ...
> def pollable(self): ...
I've just been looking at this, and from what I can see, am I right in