Author gvanrossum
Recipients
Date 2001-04-15.12:36:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

But Modules/Setup is no longer used to build the socket module!  It's now built by setup.py, which ignores 
Modules/Setup AFAICT.

I'm very tempted to undo this patch, as it has too many problems (see the python-dev discussion: it needs 
work for pre-0.9.5 versions of openssl, and on some systems it always issues a warning whenever you 
import the socket module.  That's bad, since few of those imports are intended to use the ssl support.
History
Date User Action Args
2007-08-23 15:04:06adminlinkissue405101 messages
2007-08-23 15:04:06admincreate