[issue11953] Missing WSA* error codes

2019-09-09 Thread Steve Dower
Steve Dower added the comment: New changeset eb02196bd95ea12fcccff3960f36601596811570 by Steve Dower in branch '3.8': bpo-11953: Extend table of Windows WSA* error codes (GH-15004) https://github.com/python/cpython/commit/eb02196bd95ea12fcccff3960f36601596811570 --

[issue11953] Missing WSA* error codes

2019-09-09 Thread Steve Dower
Change by Steve Dower : -- assignee: -> steve.dower resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8, Python 3.9 -Python 3.3 ___ Python tracker _

[issue11953] Missing WSA* error codes

2019-09-09 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +15395 pull_request: https://github.com/python/cpython/pull/15741 ___ Python tracker ___ _

[issue11953] Missing WSA* error codes

2019-09-09 Thread Steve Dower
Steve Dower added the comment: New changeset 71ea688d662a74ddf39a3874e06c73e58df55c02 by Steve Dower (Ngalim Siregar) in branch 'master': bpo-11953: Extend table of Windows WSA* error codes (GH-15004) https://github.com/python/cpython/commit/71ea688d662a74ddf39a3874e06c73e58df55c02

[issue11953] Missing WSA* error codes

2019-07-29 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: -nanjekyejoannah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue11953] Missing WSA* error codes

2019-07-29 Thread Ngalim Siregar
Change by Ngalim Siregar : -- keywords: +patch pull_requests: +14770 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15004 ___ Python tracker ___ _

[issue11953] Missing WSA* error codes

2019-07-26 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue11953] Missing WSA* error codes

2011-04-28 Thread Antoine Pitrou
Antoine Pitrou added the comment: Actually, it was raised by getaddrinfo(), so should perhaps belong in the socket module instead. -- ___ Python tracker ___ ___

[issue11953] Missing WSA* error codes

2011-04-28 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +brian.curtin, tim.golden ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11953] Missing WSA* error codes

2011-04-28 Thread Antoine Pitrou
New submission from Antoine Pitrou : 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/x