Hi Bill,

I think it's time you get to do your own checkins. There's a protocol
but I forget how to do it -- I think you mail your ssh key to Martin.

--Guido

On 8/28/07, Bill Janssen <[EMAIL PROTECTED]> wrote:
> So, the patch is attached to issue 1052.  I sent it out to python-dev,
> but it got blocked (too big).
>
> http://bugs.python.org/file8352/ssl-patch-5
>
> This contains a number of things:
>
> 1) Improve the documentation of the SSL module, with a fuller
>    explanation of certificate usage, another reference, proper
>    formatting of this and that.
>
> 2) Fix Windows bug in ssl.py, and general bug in sslsocket.close().
>    Remove some unused code from ssl.py.  Allow accept() to be called on
>    sslsocket sockets.
>
> 3) Use try-except-else in import of ssl in socket.py.  Deprecate use of
>    socket.ssl().
>
> 4) Remove use of socket.ssl() in every library module, except for
>    test_socket_ssl.py and test_ssl.py.
>
> Bill
>


-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to