Fixes issue6169: it was possible for two ipaddr network addresses to compare
commit288c54eb9458ae0590a48efa10110eeb55add37c
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 2 Jun 2009 05:25:34 +0000 (2 05:25 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 2 Jun 2009 05:25:34 +0000 (2 05:25 +0000)
tree949517200385d78da2ab4f256bab6c4c4e4d4d24
parent4f7e0bd9ba09f21146d76d68993aa5a67e98d7b9
Fixes issue6169: it was possible for two ipaddr network addresses to compare
as both < and > than eachother.

git-svn-id: http://svn.python.org/projects/python/trunk@73135 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/ipaddr.py
Lib/test/test_ipaddr.py