R. David Murray added the comment:
test_urllib2_localnet works for me if something is running on port 8080
on python 2.6. Since python 2.5 is in security-fix-only mode, this bug
report is out of date.
--
nosy: +r.david.murray
priority: -> low
resolution: -> out of date
stage: -> com
Dennis Lichtenthäler 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 t
New submission from Jim Hermann <[EMAIL PROTECTED]>:
When I installed Python 2.5.2 on my Fedora Core 4 system, I ran 'make
test" and the process stopped at this point:
test_urllib2_localnet
Exception in thread Thread-1067:
Traceback (most recent call last):
File "/usr/local/src/Python-2.5.2/Li