Yes, that makes more sense. Bah, three revisions for one.
On 8/28/07, Bill Janssen <[EMAIL PROTECTED]> wrote:
> > Until ssl.py is fixed, I've added quick hacks to test_ssl.py and
> > test_socket_ssl.py to disable these tests, so people won't be alarmed
> > by the test failures.
>
> You might just
> Until ssl.py is fixed, I've added quick hacks to test_ssl.py and
> test_socket_ssl.py to disable these tests, so people won't be alarmed
> by the test failures.
You might just want to configure out SSL support, or have Lib/ssl.py
raise an ImportError, for the moment.
Bill
__
On 8/28/07, Bill Janssen <[EMAIL PROTECTED]> wrote:
> > > If you can hold off one day before doing the trunk merge, I'm going to
> > > post a fix to the Windows SSL breakage this evening (PDT).
> >
> >
> > Too late, sorry, it's already checked in. You can revert the SSL bits if you
> > want, and ta
> > If you can hold off one day before doing the trunk merge, I'm going to
> > post a fix to the Windows SSL breakage this evening (PDT).
>
>
> Too late, sorry, it's already checked in. You can revert the SSL bits if you
> want, and take care to merge the proper changes later.
No, that's OK. I'
On 8/29/07, Bill Janssen <[EMAIL PROTECTED]> wrote:
> If you can hold off one day before doing the trunk merge, I'm going to
> post a fix to the Windows SSL breakage this evening (PDT).
Too late, sorry, it's already checked in. You can revert the SSL bits if you
want, and take care to merge the
> I'm trying to merge the trunk into the py3k branch (so I can work on
> removing simple slices), but the SSL changes in the trunk are in the way.
> That is to say, the new 'ssl' module depends on the Python 2.x layout in the
> 'socket' module. Specifically, that socket.socket is a wrapper class ar
I'm trying to merge the trunk into the py3k branch (so I can work on
removing simple slices), but the SSL changes in the trunk are in the way.
That is to say, the new 'ssl' module depends on the Python 2.x layout in the
'socket' module. Specifically, that socket.socket is a wrapper class around
_so