]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Reverting Moshe's EGD patch *and* Martin's patch to make it work with
authorGuido van Rossum <guido@python.org>
Mon, 16 Apr 2001 00:21:33 +0000 (00:21 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 16 Apr 2001 00:21:33 +0000 (00:21 +0000)
commit13324e1e1fc2fe50f4344c65ace88a1e037aa23a
tree8d59f05de060eec75b5802a20d16b699b36b6688
parente04eaec5b60a41b114dd3b7d78c3a389f8534af8
Reverting Moshe's EGD patch *and* Martin's patch to make it work with
OpenSSL versions beore 0.9.5.  This just is too experimental to be
worth it, especially since the user would have to do some severe
hacking of the Modules/Setup file to even enable the EGD code, and
without the EGD code it would always spit out a warning on some
systems -- even when socket.ssl() is not used.  Fixing that properly
is not my job; the EGD patch is clearly not so important that it
should hold up the 2.1 release.
Modules/socketmodule.c