[issue35990] ipaddress.IPv4Interface won't accept 2-tuple (address, mask)

2019-05-24 Thread SilentGhost
SilentGhost added the comment: This seems to have been fixed in #27860 (in master) particularly 6fa84bd12c4b83bee6a41b989363230d5c03b96c. I'm not sure why it was decided against backporting to 3.7 as no new features were introduced, but it's perhaps better to raise this question in that iss

[issue35990] ipaddress.IPv4Interface won't accept 2-tuple (address, mask)

2019-05-23 Thread Jack
Jack added the comment: confirmed in 3.7.3 -- nosy: +Jacktose ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35990] ipaddress.IPv4Interface won't accept 2-tuple (address, mask)

2019-02-13 Thread John Florian
New submission from John Florian : The docs say """The meaning of address is as in the constructor of IPv4Network, except that arbitrary host addresses are always accepted.""" However, that doesn't seem to be entirely true: >>> tup1 = ('192.168.123.234', 24) >>> tup2 = ('192.168.123.234', '25