]> granicus.if.org Git - python/commit
Add a wrapper function for ssl() on Windows. Inspired by SF patch
authorGuido van Rossum <guido@python.org>
Thu, 22 Mar 2001 22:12:17 +0000 (22:12 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 22 Mar 2001 22:12:17 +0000 (22:12 +0000)
commit3f69f216446f545edb353fe6db135e2fca51a348
tree4b09e17678208ac7a3de1d505dd765736b2d730e
parentbfb9184ba80fc14a6d773e72fc591250f668ed3a
Add a wrapper function for ssl() on Windows.  Inspired by SF patch
# 409287, ssl fix when using _socketobject, by Robin Dunn.

I took the opportunity to improve the way it deals with reload(socket)
for the socket function as well.
Lib/socket.py