This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients anudeepballa07, eric.smith
Date 2020-09-20.13:00:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600606818.79.0.63306089449.issue41820@roundup.psfhosted.org>
In-reply-to
Content
Simplified:
>>> import ipaddress
>>> print(ipaddress.ip_address('172.16.254.00').version)
4

So your concern is that you think '172.16.254.00' (or equivalently, '172.16.254.0') shouldn't be treated as a valid IPv4 address. Is that correct?

Can you tell us why you think it's not a valid IPv4 address? I think everything is working correctly here.
History
Date User Action Args
2020-09-20 13:00:18eric.smithsetrecipients: + eric.smith, anudeepballa07
2020-09-20 13:00:18eric.smithsetmessageid: <1600606818.79.0.63306089449.issue41820@roundup.psfhosted.org>
2020-09-20 13:00:18eric.smithlinkissue41820 messages
2020-09-20 13:00:18eric.smithcreate