This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author janssen
Recipients janssen
Date 2007-08-29.00:42:21
SpamBayes Score 0.17090896
Marked as misclassified No
Message-id <1188348142.3.0.00762606105909.issue1052@psf.upfronthosting.co.za>
In-reply-to
Content
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.
Files
File name Uploaded
ssl-patch-5 janssen, 2007-08-29.00:42:21
History
Date User Action Args
2007-08-29 00:42:22janssensetspambayes_score: 0.170909 -> 0.17090896
recipients: + janssen
2007-08-29 00:42:22janssensetspambayes_score: 0.170909 -> 0.170909
messageid: <1188348142.3.0.00762606105909.issue1052@psf.upfronthosting.co.za>
2007-08-29 00:42:22janssenlinkissue1052 messages
2007-08-29 00:42:21janssencreate