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 eryksun
Recipients eryksun, koobs, mattrobenolt, ned.deily, r.david.murray, ronaldoussoren, vstinner, xiang.zhang
Date 2021-02-26.19:10:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614366657.17.0.598539220619.issue27612@roundup.psfhosted.org>
In-reply-to
Content
Update from my previous comment in 2016: in Python 3.7+, the socket module's setipaddr() function calls Winsock inet_pton() instead of inet_addr(), and falls back on getaddrinfo(). Neither supports octal addresses. At least using octal fails instead of mistakenly parsing as decimal.
History
Date User Action Args
2021-02-26 19:10:57eryksunsetrecipients: + eryksun, ronaldoussoren, vstinner, ned.deily, r.david.murray, koobs, xiang.zhang, mattrobenolt
2021-02-26 19:10:57eryksunsetmessageid: <1614366657.17.0.598539220619.issue27612@roundup.psfhosted.org>
2021-02-26 19:10:57eryksunlinkissue27612 messages
2021-02-26 19:10:57eryksuncreate