]> granicus.if.org Git - python/commit
Fixes issue6169: it was possible for two ipaddr network addresses to compare
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 2 Jun 2009 05:25:34 +0000 (05:25 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 2 Jun 2009 05:25:34 +0000 (05:25 +0000)
commit61e7fbf2c151373e33e3d3e3eb8dc4164cf28f9f
tree74c2e8c9ebea2d6e3665bcc9b72419969963e64c
parent25de0dd89b902da57a3fe5bcdccbf21a3f8db27a
Fixes issue6169: it was possible for two ipaddr network addresses to compare
as both < and > than eachother.
Lib/ipaddr.py
Lib/test/test_ipaddr.py