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 josiahcarlson
Recipients ajaksu2, garth42, giampaolo.rodola, johnjsmith, josiahcarlson, klimkin
Date 2009-02-13.23:46:55
SpamBayes Score 2.1217672e-06
Marked as misclassified No
Message-id <1234568816.98.0.741216188936.issue777588@psf.upfronthosting.co.za>
In-reply-to
Content
According to Garth, sockets that don't connect on Windows get put into 
the error sockets list.

According to John, you need to poll sockets to determine whether or not 
the attempted connection was refused.

If Garth is right, the problem is fixed, though we aren't quite 
retrieving the correct error code on win32.  If John is right, we need 
to repeatedly check for error conditions on sockets that are trying to 
connect to a remote host, and the problem is not fixed.
History
Date User Action Args
2009-02-13 23:46:57josiahcarlsonsetrecipients: + josiahcarlson, klimkin, garth42, johnjsmith, giampaolo.rodola, ajaksu2
2009-02-13 23:46:56josiahcarlsonsetmessageid: <1234568816.98.0.741216188936.issue777588@psf.upfronthosting.co.za>
2009-02-13 23:46:55josiahcarlsonlinkissue777588 messages
2009-02-13 23:46:55josiahcarlsoncreate