]> granicus.if.org Git - python/commit
Repair so that importing socket doesn't blow up on platforms that lack
authorTim Peters <tim.peters@gmail.com>
Sun, 17 Feb 2002 04:25:24 +0000 (04:25 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 17 Feb 2002 04:25:24 +0000 (04:25 +0000)
commit18e6778bcdffc68c5b954cb41a6031698e67082e
tree7d906f0233a97dea4bd188e2c0f5c14ccd6f6dbe
parent643a7fc62fd6a9df3325d54ac1ac636d17f3f983
Repair so that importing socket doesn't blow up on platforms that lack
SSL support.  test_socket.py passes again on Windows.

Added an XXX about adding _ssl exports to the __all__ list (it doesn't
appear to be doing anything about that now, but since I don't have SSL
on this box I can't really tell).
Lib/socket.py