| commit | 3f69f216446f545edb353fe6db135e2fca51a348 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Thu Mar 22 22:12:17 2001 +0000 |
| committer | Guido van Rossum <guido@python.org> | Thu Mar 22 22:12:17 2001 +0000 |
| tree | 4b09e17678208ac7a3de1d505dd765736b2d730e | |
| parent | bfb9184ba80fc14a6d773e72fc591250f668ed3a [diff] |
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.