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 groodt
Recipients adamnelson, groodt, orsenthil
Date 2012-07-11.13:13:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342012423.05.0.0581008960558.issue8823@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, the issue can be recreated by running the following:

netcat -l -p 9999 -e "echo HTTP/1.1 1000 OK" &
python -c "import urllib2; urllib2.urlopen('http://localhost:9999')"

This happens on 2.6, 2.7 and 3 by the looks of it.
History
Date User Action Args
2012-07-11 13:13:43groodtsetrecipients: + groodt, orsenthil, adamnelson
2012-07-11 13:13:43groodtsetmessageid: <1342012423.05.0.0581008960558.issue8823@psf.upfronthosting.co.za>
2012-07-11 13:13:42groodtlinkissue8823 messages
2012-07-11 13:13:42groodtcreate