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 loewis
Recipients asdfasdfasdfasdfasdfasdfasdf, loewis
Date 2010-11-14.10:30:52
SpamBayes Score 7.706225e-06
Marked as misclassified No
Message-id <1289730653.84.0.164771082159.issue10414@psf.upfronthosting.co.za>
In-reply-to
Content
Python has a policy of exposing low-level APIs as-is, i.e. the way the operating system implements them. gethostbyname is an old BSD socket API function that is limited to IPv4, and Python exposes it as such.

If you want another convenience function, I recommend to write it yourself, and then use it in your code.
History
Date User Action Args
2010-11-14 10:30:53loewissetrecipients: + loewis, asdfasdfasdfasdfasdfasdfasdf
2010-11-14 10:30:53loewissetmessageid: <1289730653.84.0.164771082159.issue10414@psf.upfronthosting.co.za>
2010-11-14 10:30:52loewislinkissue10414 messages
2010-11-14 10:30:52loewiscreate