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 ned.deily
Recipients Roman.Rader, ned.deily
Date 2015-05-12.20:03:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431461039.66.0.29232652128.issue24156@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the additional info.  I don't know what possible configuration options might affect this other than that I would expect to see 127.0.0.1 as the primary IPv4 address on the loopback interface, like:

# ifconfig
[...]
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
[...]

Since this does seem to be unique to your configuration, I'm going to close this issue for now.  If you do discover the root cause and it appears to be something that might be seen by other users and, thus, should be handled in the test suite, please re-open.
History
Date User Action Args
2015-05-12 20:03:59ned.deilysetrecipients: + ned.deily, Roman.Rader
2015-05-12 20:03:59ned.deilysetmessageid: <1431461039.66.0.29232652128.issue24156@psf.upfronthosting.co.za>
2015-05-12 20:03:59ned.deilylinkissue24156 messages
2015-05-12 20:03:59ned.deilycreate