[New-bugs-announce] [issue1052] SSL patch for Windows buildbots problem

Bill Janssen report at bugs.python.org
Wed Aug 29 02:42:22 CEST 2007


New submission from Bill Janssen:

here's the patch to fix the Windows buildbots (I hope).

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.

----------
assignee: nnorwitz
components: Documentation, Library (Lib), Tests, Windows
files: ssl-patch-5
keywords: patch
messages: 55394
nosy: janssen
priority: urgent
severity: normal
status: open
title: SSL patch for Windows buildbots problem
type: behavior
versions: Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1052>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ssl-patch-5
Type: application/octet-stream
Size: 53940 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20070829/1857b33d/attachment-0001.obj 


More information about the New-bugs-announce mailing list