Skip to content

gh-111442: Use first_address and last_address internally, and refer to them in IPv4 and IPv6 networks as network_address, subnet_router_anycast or broadcast_address only if appropriate to the address family. #132420

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
Updated docs
  • Loading branch information
David Groves committed Apr 11, 2025
commit 5995cad64e78fa18e69b2015ef3865ab5e4c748f
2 changes: 1 addition & 1 deletion Doc/library/ipaddress.rst
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ dictionaries.

.. attribute:: broadcast_address

The broadcast address for the network. Packets sent to the broadcast
The same as :attr:`last_address` for IPv4 networks. Packets sent to this
address should be received by every host on the network.

.. attribute:: hostmask
Expand Down