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 amaury.forgeotdarc, loewis, pitrou
Date 2011-04-28.22:38:42
SpamBayes Score 0.0005171244
Marked as misclassified No
Message-id <1304030330.14.0.209711289978.issue11953@psf.upfronthosting.co.za>
In-reply-to
Content
Apparently not all Windows socket error codes (see http://msdn.microsoft.com/en-us/library/ms740668%28v=vs.85%29.aspx) are mapped in the errno module.

For example, a buildbot recently got a 11004 error (see http://www.python.org/dev/buildbot/all/builders/x86%20Windows7%203.x/builds/3001/steps/test/logs/stdio), which is:

“WSANO_DATA
11004

Valid name, no data record of requested type.

    The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for. The usual example for this is a host name-to-address translation attempt (using gethostbyname or WSAAsyncGetHostByName) which uses the DNS (Domain Name Server). An MX record is returned but no A record—indicating the host itself exists, but is not directly reachable.”


Not sure how this should be handled.
History
Date User Action Args
2011-04-28 22:38:50pitrousetrecipients: + pitrou, loewis, amaury.forgeotdarc
2011-04-28 22:38:50pitrousetmessageid: <1304030330.14.0.209711289978.issue11953@psf.upfronthosting.co.za>
2011-04-28 22:38:42pitroulinkissue11953 messages
2011-04-28 22:38:42pitroucreate