Dennis Lichtenthäler <dennis.lichtenthae...@episode-iv.de> added the comment:

I get the same behavior on an up-to-date Gentoo machine with Python
2.5.4. It seems, test_urllib2_localnet tries to bind to port 8080. If
something else is listening there, I get this error.
I changed the test to point to a different port and things seem to work.

Perhaps the test should check whether the port is available before
binding to it or even use a random port... 8080 is all too common!

----------
nosy: +episodeiv

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

Reply via email to