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 pmoody
Recipients christian.heimes, jcea, leim, macfreek, ncoghlan, pmoody, santoso.wijaya, terry.reedy, vstinner
Date 2013-08-22.01:15:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377134128.7.0.576309685982.issue17400@psf.upfronthosting.co.za>
In-reply-to
Content
is_private was, as you note, basically shorthand for is_RFC1918 (and is_RFC4193 for v6). It's not a particularly well-named method, but at the time that I wrote it (~5 years ago?), it did what I needed it to do.

I'm not sure what you mean by an 'is_natted()' method; there's nothing in particular preventing someone from natting a globally unique address. is_global() makes some sense to me, and it appears that I most likely have to update is_reserved, but I don't understand is_forwardable().
History
Date User Action Args
2013-08-22 01:15:28pmoodysetrecipients: + pmoody, terry.reedy, jcea, ncoghlan, vstinner, macfreek, christian.heimes, santoso.wijaya, leim
2013-08-22 01:15:28pmoodysetmessageid: <1377134128.7.0.576309685982.issue17400@psf.upfronthosting.co.za>
2013-08-22 01:15:28pmoodylinkissue17400 messages
2013-08-22 01:15:28pmoodycreate