[Python-Dev] Other SSL issues in the tracker have been marked
Neal Norwitz
nnorwitz at gmail.com
Wed Aug 29 06:24:07 CEST 2007
Bill,
Please mail your ssh key as an attachment to pydotorg at python.org.
n
--
On 8/28/07, Guido van Rossum <guido at python.org> wrote:
> 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 <janssen at parc.com> 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/)
>
More information about the Python-Dev
mailing list