We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feature or enhancement
Add IPv4Address.ipv6_mapped attribute for symmetry with existing IPv6Address.ipv4_mapped
IPv4Address.ipv6_mapped
IPv6Address.ipv4_mapped
Pitch
The IPv6Address.ipv4_mapped attribute (docs) makes it easy to decode IPv6 addresses with embedded IPv4 addresses as defined in RFC4291.
It would be useful to also create its mirror version: IPv4Address.ipv6_mapped
If others also think this makes sense, please let me know and i can cook up a pull request.
The text was updated successfully, but these errors were encountered:
pythongh-92573: Add IPv4Address.ipv6_mapped attribute
2780674
This adds a IPv4Address.ipv6_mapped attribute to mirror IPv6Address.ipv4_mapped. Closes python#92573.
This was added in #109466 Sorry that we missed this report!
Sorry, something went wrong.
ncoghlan
Successfully merging a pull request may close this issue.
Feature or enhancement
Add
IPv4Address.ipv6_mapped
attribute for symmetry with existingIPv6Address.ipv4_mapped
Pitch
The
IPv6Address.ipv4_mapped
attribute (docs) makes it easy to decode IPv6 addresses with embedded IPv4 addresses as defined in RFC4291.It would be useful to also create its mirror version:
IPv4Address.ipv6_mapped
If others also think this makes sense, please let me know and i can cook up a pull request.
The text was updated successfully, but these errors were encountered: