R. David Murray added the comment:

Your description of the solution ("change localhost to 127.0.0.1") does not 
match the content of the patch.  The patch appears to be looking up the IP 
address associated with 'localhost' and using that.  On most systems that would 
be 127.0.0.1, but perhaps on yours it is not.

I suspect your system has a configuration problem that has nothing to do with 
Python, but it isn't clear.

In any case the patch is incorrect, since one of the tests it is changing is 
specifically testing 127.0.0.1, from what I can see.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22753>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to