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 pitrou
Recipients eric.smith, leonn, ncoghlan, pitrou, pmoody
Date 2014-02-02.14:09:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391350187.1.0.236284423635.issue20480@psf.upfronthosting.co.za>
In-reply-to
Content
Well that convention is also used in existing APIs:

>>> socket.gethostbyaddr("8.8.8.8")
('google-public-dns-a.google.com', [], ['8.8.8.8'])

(note that this merely reflects a POSIX API)
History
Date User Action Args
2014-02-02 14:09:47pitrousetrecipients: + pitrou, ncoghlan, eric.smith, pmoody, leonn
2014-02-02 14:09:47pitrousetmessageid: <1391350187.1.0.236284423635.issue20480@psf.upfronthosting.co.za>
2014-02-02 14:09:47pitroulinkissue20480 messages
2014-02-02 14:09:47pitroucreate