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
We have:
def ip_interface(address: _RawIPAddress | _RawNetworkPart) -> IPv4Interface | IPv6Interface: ...
But this is valid:
a: IPv4Address # e.g. = IPv4Address('10.0.0.1') i = ip_interface((a, 24,)) i = ip_interface(('10.0.0.1', 24,))
See also: #8634 fixing #8570 - both on the analagous ip_network.
The text was updated successfully, but these errors were encountered:
ip_interface
tuple
bytes
ipaddress
Successfully merging a pull request may close this issue.
We have:
But this is valid:
See also: #8634 fixing #8570 - both on the analagous ip_network.
The text was updated successfully, but these errors were encountered: