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 pitrou
Recipients pitrou, vstinner
Date 2011-07-05.11:23:38
SpamBayes Score 0.008695152
Marked as misclassified No
Message-id <1309865019.01.0.84221249525.issue12500@psf.upfronthosting.co.za>
In-reply-to
Content
You don't need to add WSAECONNREFUSED, it's already there as ECONNREFUSED:

>>> errno.ECONNREFUSED
10061
>>> errno.WSAECONNREFUSED
10061

As for (WSA)ENOTCONN, I don't want to add it before knowing what happens. It may signal a programming error.
History
Date User Action Args
2011-07-05 11:23:39pitrousetrecipients: + pitrou, vstinner
2011-07-05 11:23:39pitrousetmessageid: <1309865019.01.0.84221249525.issue12500@psf.upfronthosting.co.za>
2011-07-05 11:23:38pitroulinkissue12500 messages
2011-07-05 11:23:38pitroucreate