What steps will reproduce the problem?
>>> from ipaddr import IPv4Network as net
>>> a = net('166.1.0.0/15')
>>> b = net('166.1.0.0/16')
>>> a in b
True
>>> b in a
True
What is the expected output? What do you see instead?
'a in b' should return False
What version of the product are you using? On what operating system?
ipaddr 2.1.2 on windows with python 3.1
Please provide any additional information below.
Original issue reported on code.google.com by bw.defa...@googlemail.com on 2 Jun 2010 at 1:28
Original issue reported on code.google.com by
bw.defa...@googlemail.com
on 2 Jun 2010 at 1:28