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 John Hagen
Recipients John Hagen, docs@python
Date 2018-06-20.22:56:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529535395.97.0.56676864532.issue33921@psf.upfronthosting.co.za>
In-reply-to
Content
The socket documentation (https://docs.python.org/3/library/socket.html#socket-families) does not list '' as a way to bind to all interfaces for the AF_INET/AF_INET6 address family.

This is answered on SO here: https://stackoverflow.com/a/8034146 but it took me a while to find it. Ideally if this was mentioned in the docs, that would be great.
History
Date User Action Args
2018-06-20 22:56:36John Hagensetrecipients: + John Hagen, docs@python
2018-06-20 22:56:35John Hagensetmessageid: <1529535395.97.0.56676864532.issue33921@psf.upfronthosting.co.za>
2018-06-20 22:56:35John Hagenlinkissue33921 messages
2018-06-20 22:56:35John Hagencreate