8000 bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks by JamoBox · Pull Request #18757 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks #18757

New issue

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

Merged
merged 7 commits into from
Mar 9, 2020
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fixed trailing whitespace
  • Loading branch information
JamoBox committed Mar 3, 2020
commit 81e95099ec7b226664322100a86de14fef02b029
2 changes: 1 addition & 1 deletion Doc/library/ipaddress.rst
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ dictionaries.
hosts are all the IP addresses that belong to the network, except the
Subnet-Router anycast address. For networks with a mask length of 127,
the Subnet-Router anycast address is also included in the result.
Networks with a mask of 128 will return a list containing the
Networks with a mask of 128 will return a list containing the
single host address.

.. method:: overlaps(other)
Expand Down
0