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 ronaldoussoren
Recipients ekohl, h.venev, pmoody, ronaldoussoren
Date 2018-02-09.08:26:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518164816.45.0.467229070634.issue30528@psf.upfronthosting.co.za>
In-reply-to
Content
<https://docs.python.org/3/library/ipaddress.html#ipaddress.IPv4Address.reverse_pointer> documents that this attribute contains the name of the DNS name that could be used to query for PTR record. 

That functionality is not well defined for a network object. It might therefore be better to just raise an exception for this attribute on network objects.
History
Date User Action Args
2018-02-09 08:26:56ronaldoussorensetrecipients: + ronaldoussoren, pmoody, h.venev, ekohl
2018-02-09 08:26:56ronaldoussorensetmessageid: <1518164816.45.0.467229070634.issue30528@psf.upfronthosting.co.za>
2018-02-09 08:26:56ronaldoussorenlinkissue30528 messages
2018-02-09 08:26:56ronaldoussorencreate