[Python-Dev] SSL support in _socket (original) (raw)
Guido van Rossum guido@python.org
Tue, 12 Feb 2002 09:25:24 -0500
- Previous message: [Python-Dev] SSL support in _socket
- Next message: [Python-Dev] SSL support in _socket
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Perhaps we should simply let setup.py build two extensions: socket (without SSL) and socketssl (with SSL) ?! If the socketssl build or import fails for some reason, Python could still pick up the socket extension in socket.py.
+1
--Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] SSL support in _socket
- Next message: [Python-Dev] SSL support in _socket
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]