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
Date 2017-09-17.22:52:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505688720.46.0.967523192693.issue30528@psf.upfronthosting.co.za>
In-reply-to
Content
Today I ran into this as well. In the case of IPv6 it's simple to decide what should be returned but on the IPv4Network I disagree. My expectation would be the domain where I would make the reverse needed. That means for 127.0.0.0/13 it should be '127.in-addr.arpa'.

I implemented it this way in the linked PR but I'm open to other opinions.
History
Date User Action Args
2017-09-17 22:52:00ekohlsetrecipients: + ekohl, h.venev
2017-09-17 22:52:00ekohlsetmessageid: <1505688720.46.0.967523192693.issue30528@psf.upfronthosting.co.za>
2017-09-17 22:52:00ekohllinkissue30528 messages
2017-09-17 22:52:00ekohlcreate