[issue35734] ipaddress's _BaseV4._is_valid_netmask fails to detect invalid netmask like 255.254.128.0

Rémi Lapeyre report at bugs.python.org
Thu Jan 17 08:40:57 EST 2019


Rémi Lapeyre <remi.lapeyre at henki.fr> added the comment:

I opened https://github.com/python/cpython/pull/11591 to remove _valid_mask_octets, _is_valid_netmask and _is_hostmask from ipaddress, the patch proposed in issue27860 has a larger scope so it's probably better to remove those unused methods in this issue.

Does someone know how to set the skip news label on GitHub?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35734>
_______________________________________


More information about the Python-bugs-list mailing list