This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author klimkin
Recipients
Date 2007-01-08.10:37:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It's about _non-blocking_ socket. Socket has been created and connect called. However, for non-blocking socket connect returns immediately. The patch allows to use connect in non-blocking manner. I don't see any reason of limiting socket to be connected in blocking manner.
History
Date User Action Args
2007-08-23 14:19:43adminlinkissue889153 messages
2007-08-23 14:19:43admincreate