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.

Author ncoghlan
Recipients Ramchandra Apte, amak, eric.araujo, ezio.melotti, georg.brandl, giampaolo.rodola, hynek, ncoghlan, pmoody, python-dev, sandro.tosi, terry.reedy, tshepang
Date 2012-06-04.23:38:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338853134.26.0.82050979003.issue14814@psf.upfronthosting.co.za>
In-reply-to
Content
Hynek's latest patch mostly looks good to me, but I think the "packed" property on network definitions just needs to go away.

The original ipaddr API that is the basis for ipaddress doesn't really have a clear distinction between network definitions and IP addresses, and I think the current network code is still showing some of the legacies of that.
History
Date User Action Args
2012-06-04 23:38:54ncoghlansetrecipients: + ncoghlan, georg.brandl, terry.reedy, giampaolo.rodola, amak, ezio.melotti, eric.araujo, pmoody, sandro.tosi, tshepang, python-dev, Ramchandra Apte, hynek
2012-06-04 23:38:54ncoghlansetmessageid: <1338853134.26.0.82050979003.issue14814@psf.upfronthosting.co.za>
2012-06-04 23:38:53ncoghlanlinkissue14814 messages
2012-06-04 23:38:53ncoghlancreate