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, eli.bendersky, eric.araujo, ezio.melotti, georg.brandl, giampaolo.rodola, hynek, ncoghlan, pmoody, python-dev, sandro.tosi, serhiy.storchaka, terry.reedy, tshepang
Date 2012-08-05.12:45:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344170760.55.0.00030350587064.issue14814@psf.upfronthosting.co.za>
In-reply-to
Content
I'm still not overjoyed with the "this isn't documented here, go read it over there" situation. However, duplicating the text everywhere isn't ideal either. So, let's finish it up with my current approach: explicitly listing the methods and attributes on each class where the documentation is elsewhere.

For Interface objects, there's no need to repeat the documentation for the corresponding Address object, since there's a real inheritance relationship there.

Fortunately, that makes the list of attributes still to be documented fairly short:

   ip (raw address with no network info)
   network (the network definition)
   with_prefixlen
   with_hostmask
   with_netmask
History
Date User Action Args
2012-08-05 12:46:00ncoghlansetrecipients: + ncoghlan, georg.brandl, terry.reedy, giampaolo.rodola, amak, ezio.melotti, eric.araujo, pmoody, eli.bendersky, sandro.tosi, tshepang, python-dev, Ramchandra Apte, hynek, serhiy.storchaka
2012-08-05 12:46:00ncoghlansetmessageid: <1344170760.55.0.00030350587064.issue14814@psf.upfronthosting.co.za>
2012-08-05 12:45:59ncoghlanlinkissue14814 messages
2012-08-05 12:45:59ncoghlancreate