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.

classification
Title: Remove domain from ipaddress.reverse_pointer property and add method
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 3.5
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: leeclemens
Priority: normal Keywords:

Created on 2015-08-26 20:51 by leeclemens, last changed 2022-04-11 14:58 by admin.

Messages (1)
msg249217 - (view) Author: Lee Clemens (leeclemens) Date: 2015-08-26 20:51
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
History
Date User Action Args
2022-04-11 14:58:20adminsetgithub: 69130
2015-08-26 20:51:50leeclemenssettype: enhancement
2015-08-26 20:51:43leeclemenscreate