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 eli.bendersky
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-07-31.11:56:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343735782.67.0.160318546006.issue14814@psf.upfronthosting.co.za>
In-reply-to
Content
Alright, attaching an attempt at improving the reference docs. This only handles the address objects for now:

1. Grouping address objects together, network objects together, interface objects together
2. Explain that everything IPv4Address exposes is also exposed by IPv6Address
3. Document v4's attributes in a generic manner
4. Document v6's specific attributes
5. Document operators
6. Precisely define the address format(s) accepted by the constructors

If this looks good to folks, I can commit and then proceed to similarly explaining the network and interface objects.
History
Date User Action Args
2012-07-31 11:56:23eli.benderskysetrecipients: + eli.bendersky, georg.brandl, terry.reedy, ncoghlan, giampaolo.rodola, amak, ezio.melotti, eric.araujo, pmoody, sandro.tosi, tshepang, python-dev, Ramchandra Apte, hynek, serhiy.storchaka
2012-07-31 11:56:22eli.benderskysetmessageid: <1343735782.67.0.160318546006.issue14814@psf.upfronthosting.co.za>
2012-07-31 11:56:22eli.benderskylinkissue14814 messages
2012-07-31 11:56:21eli.benderskycreate