[issue20480] Add ipaddress property to get reverse DNS name

2014-02-01 Thread Leon Weber
New submission from Leon Weber: I was missing a method to compute the reverse DNS name for an IP address, and I felt this is something that would belong in the ipaddress module; so here’s a patch for the ipaddress module adding a reverse_name property to IPv?Address. This is an example:

[issue20480] Add ipaddress property to get reverse DNS name

2014-02-01 Thread Eric V. Smith
Eric V. Smith added the comment: I think the functionality is reasonable for this module. When I originally read the bug title, I was concerned that it was actually doing a reverse DNS lookup, which would not be appropriate. But now I realize it's just computing the name that would be used