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 episodeiv
Recipients episodeiv, jimhermann
Date 2009-04-20.07:52:44
SpamBayes Score 2.2759572e-14
Marked as misclassified No
Message-id <1240213975.22.0.370118303265.issue3584@psf.upfronthosting.co.za>
In-reply-to
Content
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!
History
Date User Action Args
2009-04-20 07:52:55episodeivsetrecipients: + episodeiv, jimhermann
2009-04-20 07:52:55episodeivsetmessageid: <1240213975.22.0.370118303265.issue3584@psf.upfronthosting.co.za>
2009-04-20 07:52:53episodeivlinkissue3584 messages
2009-04-20 07:52:53episodeivcreate