[New-bugs-announce] [issue33921] Explain that '' can be used to bind to all interfaces for the AF_INET address family in the docs

John Hagen report at bugs.python.org
Wed Jun 20 18:56:35 EDT 2018


New submission from John Hagen <johnthagen at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 320125
nosy: John Hagen, docs at python
priority: normal
severity: normal
status: open
title: Explain that '' can be used to bind to all interfaces for the AF_INET address family in the docs
type: enhancement
versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33921>
_______________________________________


More information about the New-bugs-announce mailing list