Skip to content
Merged
Changes from all commits
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
6 changes: 3 additions & 3 deletions Doc/library/ipaddress.rst
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,9 @@ write code that handles both IP versions correctly. Address objects are

.. attribute:: ipv4_mapped

For addresses that appear to be IPv4 mapped addresses (starting with
``::FFFF/96``), this property will report the embedded IPv4 address.
For any other address, this property will be ``None``.
For addresses that appear to be IPv4 mapped addresses in the range
``::FFFF:0:0/96`` as defined by :RFC:`4291`, this property reports the
embedded IPv4 address. For any other address, this property will be ``None``.

.. attribute:: scope_id

Expand Down
Loading