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 hynek
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-23.20:43:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337805799.86.0.681882945176.issue14814@psf.upfronthosting.co.za>
In-reply-to
Content
A small bikeshed as it’s a new module: 

- there’s only one free line before _collapse_addresses_recursive, _get_prefix_length and _count_righthand_zero_bits.
- class IPv6Address docstring has a \n too much
- ip_interface, v4_int_to_packed, v6_int_to_packed are missing an empty line at the end of the docstring
- the doctstring of _BaseNetwork.hosts is indented
- does it make sense to have a shebang in a library?

Just wanted to make it even more shiny. :)
History
Date User Action Args
2012-05-23 20:43:19hyneksetrecipients: + hynek, georg.brandl, terry.reedy, ncoghlan, giampaolo.rodola, amak, ezio.melotti, eric.araujo, pmoody, sandro.tosi, tshepang, python-dev, Ramchandra Apte
2012-05-23 20:43:19hyneksetmessageid: <1337805799.86.0.681882945176.issue14814@psf.upfronthosting.co.za>
2012-05-23 20:43:19hyneklinkissue14814 messages
2012-05-23 20:43:19hynekcreate