[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks by JamoBox · Pull Request #18757 · python/cpython

the-knights-who-say-ni

Signed-off-by: Pete Wicken <petewicken@gmail.com>

Added IPv6 update to news

JamoBox changed the title bpo-28577: Special case added to IPv4Network hosts for /32 networks bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks

Mar 3, 2020

JamoBox added a commit to JamoBox/cpython that referenced this pull request

Apr 22, 2021
… /128 networks (pythonGH-18757)

The `.hosts()` method now returns the single address present in a /32 or /128 network..
(cherry picked from commit 8e9c47a)

Co-authored-by: Pete Wicken <2273100+JamoBox@users.noreply.github.com>

This was referenced

Apr 22, 2021

Closed

Closed

JamoBox added a commit to JamoBox/cpython that referenced this pull request

Apr 22, 2021
… /128 networks (pythonGH-18757)

The `.hosts()` method now returns the single address present in a /32 or /128 network..
(cherry picked from commit 8e9c47a)

Co-authored-by: Pete Wicken <2273100+JamoBox@users.noreply.github.com>

Merged

JamoBox added a commit to JamoBox/cpython that referenced this pull request

Apr 22, 2021
… /128 networks (pythonGH-18757)

The `.hosts()` method now returns the single address present in a /32 or /128 network..
(cherry picked from commit 8e9c47a)

Co-authored-by: Pete Wicken <2273100+JamoBox@users.noreply.github.com>

ambv pushed a commit that referenced this pull request

Apr 26, 2021

… /128 networks (GH-18757) (#25536)

The `.hosts()` method now returns the single address present in a /32 or /128 network..
(cherry picked from commit 8e9c47a)

Co-authored-by: Pete Wicken <2273100+JamoBox@users.noreply.github.com>