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 ankitoshniwal
Recipients BreamoreBoy, ankitoshniwal, dfranke, loewis
Date 2012-06-07.23:42:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339112575.08.0.274027462409.issue5004@psf.upfronthosting.co.za>
In-reply-to
Content
I cannot reproduce this issue. I just tested this on my mac.

atoshniw@prusev-mn:~/Documents/code/python-dev/bin #hostname -f
prusev-mn.helloworld.com
atoshniw@prusev-mn:~/Documents/code/python-dev/bin #python
Python 2.6.1 (r261:67515, Feb 11 2010, 00:51:29) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import socket
>>> socket.getfqdn()
'prusev-mn.helloworld.com'
History
Date User Action Args
2012-06-07 23:42:55ankitoshniwalsetrecipients: + ankitoshniwal, loewis, dfranke, BreamoreBoy
2012-06-07 23:42:55ankitoshniwalsetmessageid: <1339112575.08.0.274027462409.issue5004@psf.upfronthosting.co.za>
2012-06-07 23:42:54ankitoshniwallinkissue5004 messages
2012-06-07 23:42:54ankitoshniwalcreate