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 vitaly.krug
Recipients paul.moore, steve.dower, tim.golden, vitaly.krug, zach.ware
Date 2018-04-02.17:27:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522690032.19.0.467229070634.issue33206@psf.upfronthosting.co.za>
In-reply-to
Content
This behavior goes against the socket documentation https://docs.python.org/2/library/socket.html which states "Supported values for address_family are currently AF_INET and AF_INET6. If the IP address string ip_string is invalid, *socket.error* will be raised."
History
Date User Action Args
2018-04-02 17:27:12vitaly.krugsetrecipients: + vitaly.krug, paul.moore, tim.golden, zach.ware, steve.dower
2018-04-02 17:27:12vitaly.krugsetmessageid: <1522690032.19.0.467229070634.issue33206@psf.upfronthosting.co.za>
2018-04-02 17:27:12vitaly.kruglinkissue33206 messages
2018-04-02 17:27:12vitaly.krugcreate