]> granicus.if.org Git - python/commit
This contains a number of things:
authorBill Janssen <janssen@parc.com>
Wed, 29 Aug 2007 22:35:05 +0000 (22:35 +0000)
committerBill Janssen <janssen@parc.com>
Wed, 29 Aug 2007 22:35:05 +0000 (22:35 +0000)
commit426ea0a8640b2905ba0c0833ff797241dd5b819d
tree884d69dd7a747da0a144dba46d8dfa8fd1a90fa7
parent492e5920bc8a6d07be7f9b251bdc2482f043e48d
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.
Doc/library/ssl.rst
Lib/httplib.py
Lib/imaplib.py
Lib/poplib.py
Lib/smtplib.py
Lib/socket.py
Lib/ssl.py
Lib/test/test_socket_ssl.py
Lib/urllib.py