marvin-zhao / ipaddr-py

Automatically exported from code.google.com/p/ipaddr-py
0 stars 0 forks source link

address and network objects should not be comparable. #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

In [3]: ipaddr.IPAddress('1.1.1.1') == ipaddr.IPNetwork('1.1.1.1/24')
Out[3]: True

should be false.

Original issue reported on code.google.com by pmo...@google.com on 29 Apr 2010 at 4:59

GoogleCodeExporter commented 9 years ago

Original comment by pmo...@google.com on 29 Apr 2010 at 5:21