-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Closed
Labels
stdlibPython modules in the Lib dirPython modules in the Lib dirtype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Add IPv4Address.ipv6_mapped attribute for symmetry with existing 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.
Metadata
Metadata
Assignees
Labels
stdlibPython modules in the Lib dirPython modules in the Lib dirtype-featureA feature request or enhancementA feature request or enhancement