Zachary Ware added the comment:

The new tests fail on Windows, see for example 
http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/1763/steps/test/logs/stdio

It can be fixed on Windows by moving the `s.bind(('127.0.0.1', 0))` line above 
the `self.assertIn('laddr', repr(s))` line, though since the test is currently 
passing on the Unix buildbots, I don't know if the change would break them.

----------
nosy: +zach.ware

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

Reply via email to