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 christian.heimes, jcea, leim, macfreek, ncoghlan, pitrou, pmoody, python-dev, santoso.wijaya, terry.reedy
Date 2013-10-22.20:34:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7cgOm2AxbpAE1QZw-R9NR4R=gQfMVX95Z7Kt+-=yrLx=A@mail.gmail.com>
In-reply-to <1382470847.89.0.220614205764.issue17400@psf.upfronthosting.co.za>
Content
Thanks Peter, just a couple more tweaks:

- tests need to ensure the carrier private range is neither global *nor*
private (it looks to me like they will still show up as private at this
point)
- looks like the docs for is_private still need to be restored (and mention
the subtlety about deliberately excluding "carrier private").
- this is probably worthy of a What's New entry mentioning the new attribute

My apologies for not finding time to review the original patch more
closely, as that could have saved you a bit of the subsequent running
around...
History
Date User Action Args
2013-10-22 20:34:48ncoghlansetrecipients: + ncoghlan, terry.reedy, jcea, pitrou, macfreek, christian.heimes, pmoody, santoso.wijaya, python-dev, leim
2013-10-22 20:34:48ncoghlanlinkissue17400 messages
2013-10-22 20:34:48ncoghlancreate