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 kristjan.jonsson
Recipients Sebastian.Noack, asvetlov, christian.heimes, jyasskin, kristjan.jonsson, mklauber, neologix, pitrou, sbt
Date 2012-10-05.10:23:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349432634.23.0.828754060713.issue8800@psf.upfronthosting.co.za>
In-reply-to
Content
> although I'd prefer a BSD errno example, such as ECONNRESET, instead of a winsock one
Are you referring to the comment where I mention ECONNABORTED?  That is a regular unix error (windows version is WSAECONNABORTED).
This error occurs when the local stack decides to kill the connection, as opposed to ECONNRESET which occurs on account of receiving a RST packet.

New patch includes documentation change.

If 2.7 is still in bugfix mode, then this patch could probably be accepted.
History
Date User Action Args
2012-10-05 10:54:33kristjan.jonssonunlinkissue8800 messages
2012-10-05 10:23:54kristjan.jonssonsetrecipients: + kristjan.jonsson, pitrou, christian.heimes, jyasskin, asvetlov, neologix, sbt, mklauber, Sebastian.Noack
2012-10-05 10:23:54kristjan.jonssonsetmessageid: <1349432634.23.0.828754060713.issue8800@psf.upfronthosting.co.za>
2012-10-05 10:23:54kristjan.jonssonlinkissue8800 messages
2012-10-05 10:23:53kristjan.jonssoncreate