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 r.david.murray
Recipients BreamoreBoy, Stijn.Hoop, ankitoshniwal, dfranke, loewis, mcjeff, r.david.murray
Date 2013-04-16.15:44:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366127077.21.0.900758733768.issue5004@psf.upfronthosting.co.za>
In-reply-to
Content
Note that socket.getfqdn is a wrapper around a couple of socket calls that are just wrappers of OS level socket calls.  If you take a look at socket.py you'll see the definition.  As Martin said earlier, if you (or anyone else) can figure out what hostname does differently and suggest how to patch our getfqdn method to behave similarly, I'm sure the patch will be welcome.

Unfortunately there won't be any good way to write a test for this.
History
Date User Action Args
2013-04-16 15:44:37r.david.murraysetrecipients: + r.david.murray, loewis, dfranke, mcjeff, BreamoreBoy, ankitoshniwal, Stijn.Hoop
2013-04-16 15:44:37r.david.murraysetmessageid: <1366127077.21.0.900758733768.issue5004@psf.upfronthosting.co.za>
2013-04-16 15:44:37r.david.murraylinkissue5004 messages
2013-04-16 15:44:36r.david.murraycreate