]> granicus.if.org Git - python/commit
The other half of the patches added to SF patch 555085 by A I
authorGuido van Rossum <guido@python.org>
Thu, 8 Aug 2002 20:39:30 +0000 (20:39 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Aug 2002 20:39:30 +0000 (20:39 +0000)
commit12e3c710db23ea9370c3bc54a5f0a2c262ffd0cc
tree75c82a8094c68ff5da2483abd5232220ab101a2a
parent22a97159cdce7740b4ae90e7fbeb7f855989a0e9
The other half of the patches added to SF patch 555085 by A I
MacIntyre.  At least on OS/2, a subsequent connect() on a nonblocking
socket returns errno==EISCONN to indicate success.  This seems
harmless on Unix.
Modules/socketmodule.c