[New-bugs-announce] [issue24942] Remove domain from ipaddress.reverse_pointer property and add method

Lee Clemens report at bugs.python.org
Wed Aug 26 22:51:43 CEST 2015


New submission from Lee Clemens:

To lookup info from Cymru (https://www.team-cymru.org/IP-ASN-mapping.html#dns) the domain needs to be changed. Although I have not personally seen any, there may also be cases where dropping the domain altogether would be helpful.

So I am wondering if the @property should return the 'bare' reversed address and a new function be added to append the version-appropriate domain as the default or an optional arg as a convenience?

Ref: https://bugs.python.org/issue20480

----------
components: Library (Lib)
messages: 249217
nosy: leeclemens
priority: normal
severity: normal
status: open
title: Remove domain from ipaddress.reverse_pointer property and add method
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24942>
_______________________________________


More information about the New-bugs-announce mailing list