[Python-Dev] SSL 1.7

Paul Moore p.f.moore at gmail.com
Thu Oct 18 23:48:16 CEST 2007


On 18/10/2007, Bill Janssen <janssen at parc.com> wrote:
> > > you can
> > > import the socket module and just get socket.error directly off of the
> > > module itself.
> >
> > This is feasible.
>
> In fact, so feasible I've done it. :-).
>
> http://pypi.python.org/pypi/ssl/1.9/

On a mostly unrelated note, I just checked a Python 2.4 build on
Windows. The asyncore error I was seeing previously hasn't gone away,
but it has changed. Rather than an exception (followed by the test
hanging) I now get the test hanging in what seems to be the same
place, but no exception :-(

I'm not sure if that's an improvement...

Python 2.3 and 2.5 still pass all tests fine.

Paul.


More information about the Python-Dev mailing list