This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Important comparison bug in ipaddr
Type: behavior Stage:
Components: Library (Lib) Versions: Python 3.1, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: gregory.p.smith Nosy List: benjamin.peterson, gregory.p.smith, shields
Priority: release blocker Keywords:

Created on 2009-06-01 23:18 by shields, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg88685 - (view) Author: Michael Shields (shields) Date: 2009-06-01 23:18
The open source version of ipaddr had an important comparison bug in 
which it was possible for x > y and x < y.  The fix for this should be 
applied to the Python standard library version as well.

http://code.google.com/p/ipaddr-py/source/detail?r=77
msg88714 - (view) Author: Gregory P. Smith (gregory.p.smith) * (Python committer) Date: 2009-06-02 05:30
Thanks!

Fixed in trunk r73135 and py3k r73136.
History
Date User Action Args
2022-04-11 14:56:49adminsetnosy: + benjamin.peterson
github: 50419
2009-06-02 05:30:19gregory.p.smithsetstatus: open -> closed
resolution: fixed
messages: + msg88714
2009-06-02 03:10:50rhettingersetpriority: release blocker
2009-06-02 00:14:29benjamin.petersonsetassignee: gregory.p.smith

nosy: + gregory.p.smith
2009-06-01 23:18:24shieldscreate