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-05-26.16:03:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338048206.52.0.0258773141017.issue14814@psf.upfronthosting.co.za>
In-reply-to
Content
There's one other thing I particularly want to look at, but it can wait until after the alpha: the "TODO" comments I added relating to the new self._address_class attribute on the *Network classes.

Specifically, it seems to me that the various network methods that currently return simple Address objects should instead be returning Interface objects.
History
Date User Action Args
2012-05-26 16:03:26ncoghlansetrecipients: + ncoghlan, georg.brandl, terry.reedy, giampaolo.rodola, amak, ezio.melotti, eric.araujo, pmoody, sandro.tosi, tshepang, python-dev, Ramchandra Apte, hynek
2012-05-26 16:03:26ncoghlansetmessageid: <1338048206.52.0.0258773141017.issue14814@psf.upfronthosting.co.za>
2012-05-26 16:03:25ncoghlanlinkissue14814 messages
2012-05-26 16:03:25ncoghlancreate