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 eric.smith
Recipients eric.smith, leonn, ncoghlan, pmoody
Date 2014-02-02.01:33:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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 for the reverse lookup.

I'm not sure "reverse_name" is the best name for this, but I don't have any better suggestions, and I could live with this name.

Changing version to 3.5, since that's the first version this could be added to.
History
Date User Action Args
2014-02-02 01:33:20eric.smithsetrecipients: + eric.smith, ncoghlan, pmoody, leonn
2014-02-02 01:33:20eric.smithsetmessageid: <[email protected]>
2014-02-02 01:33:20eric.smithlinkissue20480 messages
2014-02-02 01:33:19eric.smithcreate