Comment 6 for bug 990775

Revision history for this message
Stuart Gathman (stuart-gathman) wrote :

If ipaddr has a ctor taking either int or bytes, then there is no need for the dependency (in python2 and python3 < 3.3). That would be an argument for not including the 'strValue' key - it is conveniently obtained via ipaddr (not to mention socket module). That leaves 3 keys: 'data', 'rawValue', and 'value'. 'data' being the inconsistent compatible form.