This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alwhaley
Recipients alwhaley, docs@python
Date 2021-01-30.22:17:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612045040.37.0.190941589781.issue43079@roundup.psfhosted.org>
In-reply-to
Content
https://docs.python.org/3.9/library/ipaddress.html

This documentation for the 'ipaddress' IPv4/IPv6 Manipulation Library incorrectly states the address range for 'ipv4_mapped' as ::FFFF/96 (which means 0:0:0:0:0:0:0:FFFF/96).  This is just flat out wrong.  There are some websites out there, e.g. APNIC, that also have this error.

The correct address range can be expressed by any of the following methods:
1) 0:0:0:0:0:FFFF:0:0/96
2) ::FFFF:0:0/96
3) 0:0:0:0:0:FFFF::/96
History
Date User Action Args
2021-01-30 22:17:20alwhaleysetrecipients: + alwhaley, docs@python
2021-01-30 22:17:20alwhaleysetmessageid: <1612045040.37.0.190941589781.issue43079@roundup.psfhosted.org>
2021-01-30 22:17:20alwhaleylinkissue43079 messages
2021-01-30 22:17:19alwhaleycreate