Skip to content

gh-136752: Clarify documentation for IPv{N}Address.is_reserved #136794

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

Merged
merged 17 commits into from
Jul 19, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
RFC
  • Loading branch information
AA-Turner authored Jul 19, 2025
commit 350417d58bb9c9a32b39ddc05dde6d60f7cbc5c7
2 changes: 1 addition & 1 deletion Doc/library/ipaddress.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ write code that handles both IP versions correctly. Address objects are
``Reserved-by-Protocol`` column in iana-ipv4-special-registry_.

.. caution:: For IPv6, ``fec0::/10`` a former Site-Local scoped address prefix is
currently excluded from that list (see :attr:`~IPv6Address.is_site_local`).
currently excluded from that list (see :attr:`~IPv6Address.is_site_local` & :rfc:`3879`).

.. attribute:: is_loopback

Expand Down
Loading