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 lin.lin
Recipients lin.lin
Date 2019-01-14.03:51:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547437878.33.0.689203196624.issue35734@roundup.psfhosted.org>
In-reply-to
Content
valid netmask like 255.0.0.0 255.128.0.0, but 255.254.128.0 is not valid, but ipaddress._BaseV4._is_valid_netmask fails to detect the latter.

Tested in Python 3.6.7, as the code stays the same, affects all after Python 3.6.7.
History
Date User Action Args
2019-01-14 03:51:20lin.linsetrecipients: + lin.lin
2019-01-14 03:51:18lin.linsetmessageid: <1547437878.33.0.689203196624.issue35734@roundup.psfhosted.org>
2019-01-14 03:51:18lin.linlinkissue35734 messages
2019-01-14 03:51:18lin.lincreate