[New-bugs-announce] [issue43750] Undefined constant PACKET_MULTIHOST referred to in package socket

Tom Cook report at bugs.python.org
Tue Apr 6 11:21:46 EDT 2021


New submission from Tom Cook <tom.k.cook at gmail.com>:

The documentation for the `AF_PACKET` address family refers to `PACKET_MULTIHOST`.  I believe this should read `PACKET_MULTICAST`, which is defined on Linux systems (`PACKET_MULTIHOST` is not).

----------
assignee: docs at python
components: Documentation
messages: 390345
nosy: Tom Cook, docs at python
priority: normal
severity: normal
status: open
title: Undefined constant PACKET_MULTIHOST referred to in package socket
type: enhancement
versions: Python 3.9

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


More information about the New-bugs-announce mailing list