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 CosmicKid
Recipients CosmicKid, cdirkx, mjpieters
Date 2021-05-24.16:57:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621875446.61.0.748354385923.issue42937@roundup.psfhosted.org>
In-reply-to
Content
I completely agree with comments about .is_global and special_use.  Private IPs are just a subset of special use.  For some part Private means the Private use networks reserved by IANA and specified in IETF RFC1918.      

For this PR "IPv4 dummy address" is for sure not global.  Technically, it is not a private use IP either.  Just following what others have done.  I really like the apporoach of removing the routable special IPs.  Let me know if I should create a PR to do this.  This would include adding specific special use constant plus a whole bunch of very specific constants.  A constant like is_dummy will be added.

I pretty much have the code ready to go for IPV4.
History
Date User Action Args
2021-05-24 16:57:26CosmicKidsetrecipients: + CosmicKid, mjpieters, cdirkx
2021-05-24 16:57:26CosmicKidsetmessageid: <1621875446.61.0.748354385923.issue42937@roundup.psfhosted.org>
2021-05-24 16:57:26CosmicKidlinkissue42937 messages
2021-05-24 16:57:26CosmicKidcreate