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 ekohl
Recipients ekohl, h.venev, pmoody, ronaldoussoren
Date 2018-03-12.18:16:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520878568.68.0.467229070634.issue30528@psf.upfronthosting.co.za>
In-reply-to
Content
It's interesting to note that neither IPv4Network[1] nor IPv4Network docs mention reverse_pointer. That means it could also remove them (which essentially also throws an exception) since they don't make sense for networks. It would be useful to have the described functionality under a better name.

[1]: https://docs.python.org/3/library/ipaddress.html#ipaddress.IPv4Network
[2]: https://docs.python.org/3/library/ipaddress.html#ipaddress.IPv6Network
History
Date User Action Args
2018-03-12 18:16:08ekohlsetrecipients: + ekohl, ronaldoussoren, pmoody, h.venev
2018-03-12 18:16:08ekohlsetmessageid: <1520878568.68.0.467229070634.issue30528@psf.upfronthosting.co.za>
2018-03-12 18:16:08ekohllinkissue30528 messages
2018-03-12 18:16:08ekohlcreate