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 facundobatista
Recipients dcantrell-rh, facundobatista, jjlee, orsenthil, skip.montanaro
Date 2008-07-03.17:27:57
SpamBayes Score 0.019113833
Marked as misclassified No
Message-id <1215106079.24.0.672913691257.issue1675455@psf.upfronthosting.co.za>
In-reply-to
Content
What I don't understand here is... if gethostbyname() lacks of IPv6
support, instead of creating a new function why not to add the
functionality to that same function?

Right now gethostbyname() is implemented in C, which would be the
drawback of making it a Python function?
History
Date User Action Args
2008-07-03 17:27:59facundobatistasetspambayes_score: 0.0191138 -> 0.019113833
recipients: + facundobatista, skip.montanaro, jjlee, orsenthil, dcantrell-rh
2008-07-03 17:27:59facundobatistasetspambayes_score: 0.0191138 -> 0.0191138
messageid: <1215106079.24.0.672913691257.issue1675455@psf.upfronthosting.co.za>
2008-07-03 17:27:58facundobatistalinkissue1675455 messages
2008-07-03 17:27:57facundobatistacreate